Skip to content

Commit 1c7e1a0

Browse files
authored
Update services.yaml
Hello, I just remove the `Migrations` directory from the exclude.
1 parent 7362e01 commit 1c7e1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)