-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "faker.populator" service or alias has been removed #51
Comments
poke @maxailloud |
Unfortunately in my project we don't use the faker bundle command, we use directly the |
I have the same problem. Is faker compatible with symfony 4 ? |
Services in Symfony 4 are no longer public by default. If you're looking for a quick and dirty fix, you can implement the process method from CompilerPassInterface into your src/Kernel.php and mark the faker.populator service as public.
|
Hi,
I just tried to use this bundle in an sf4 project but I get the following error message after following documentation steps.
Am I doing something wrong?
Here is my config
The text was updated successfully, but these errors were encountered: