services: # Si on a des repositories... Bluesquare\NotificationsBundle\Repository\: resource: '../../Repository' autowire: true tags: ['doctrine.repository_service'] # Services : alias Bluesquare\NotificationsBundle\Service\FooService: '@bluesquare.notifications_bundle.foo' # Services : params bluesquare.notifications_bundle.foo: class: Bluesquare\NotificationsBundle\Service\FooService autowire: true public: true arguments: ['@request_stack']