diff --git a/config/services.yaml b/config/services.yaml index 0e41a91b1..628f99592 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -34,3 +34,7 @@ services: # 'arguments' key and define the arguments just below the service class App\EventSubscriber\CommentNotificationSubscriber: $sender: '%app.notifications.email_sender%' + + App\DataFixtures\: + resource: '../src/DataFixtures' + tags: [doctrine.fixture.orm]