You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- parameters:
-
-
- services:
- _defaults:
- autowire: true
- autoconfigure: true
-
- # controllers are imported separately to make sure services can be injected
- # as action arguments even if you don't extend any base controller class
- Spt\CoreBundle\Controller\:
- resource: '../src/Controller/'
- tags: [ 'controller.service_arguments' ]
|