mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
fix sf4 deprecated: exclude entities from autowired services
This commit is contained in:
14
Resources/config/services.yml
Normal file
14
Resources/config/services.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
Chill\EventBundle\:
|
||||
resource: '../..'
|
||||
exclude: '../../{Entity,Resources/migrations,Resources/test}'
|
||||
|
||||
imports:
|
||||
- { resource: './services/authorization.yml' }
|
||||
- { resource: './services/controller.yml' }
|
||||
- { resource: './services/fixtures.yml' }
|
||||
- { resource: './services/forms.yml' }
|
||||
- { resource: './services/menu.yml' }
|
||||
- { resource: './services/repositories.yml' }
|
||||
- { resource: './services/search.yml' }
|
||||
- { resource: './services/timeline.yml' }
|
Reference in New Issue
Block a user