Update services.yaml

Hello,

I just remove the `Migrations` directory from the exclude.
This commit is contained in:
Abdouni Abdelkarim
2020-07-15 10:17:21 +02:00
committed by GitHub
parent 7362e01ce5
commit 1c7e1a082e
@@ -15,7 +15,7 @@ services:
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/*'
exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
exclude: '../src/{DependencyInjection,Entity,Tests,Kernel.php}'
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class