Skip to content

Commit 412d1fb

Browse files
authored
[FrameworkBundle] Added DependencyInjection to the excluded directory list
1 parent b49f656 commit 412d1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# this creates a service per class whose id is the fully-qualified class name
1919
App\:
2020
resource: '../src/*'
21-
exclude: '../src/{Entity,Migrations,Tests,Kernel.php}'
21+
exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
2222

2323
# controllers are imported separately to make sure services can be injected
2424
# as action arguments even if you don't extend any base controller class

0 commit comments

Comments
 (0)