-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
ODM Fixture service not found? #328
Comments
Have you tried |
Got similar issue.
|
You can also declare your package and put an alias, the fixture package is also not needed as the MongoDBBundle one extends the FixturesInterface uses the ORM one.
|
service:
service registration is as such:
./bin/console debug:autowiring --all -- Fixture
:YET,
./bin/console doctrine:mongodb:fixtures:load -n -vvv
tells me:[ERROR] Could not find any fixture services to load.
What am I doing wrong? Thanks.
The text was updated successfully, but these errors were encountered: