We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7362e01 commit 1c7e1a0Copy full SHA for 1c7e1a0
symfony/framework-bundle/4.2/config/services.yaml
@@ -15,7 +15,7 @@ services:
15
# this creates a service per class whose id is the fully-qualified class name
16
App\:
17
resource: '../src/*'
18
- exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
+ exclude: '../src/{DependencyInjection,Entity,Tests,Kernel.php}'
19
20
# controllers are imported separately to make sure services can be injected
21
# as action arguments even if you don't extend any base controller class
0 commit comments