Merge pull request #238

This commit is contained in:
symfony-flex-server[bot]
2017-11-06 17:22:52 +00:00
committed by GitHub
@@ -19,7 +19,7 @@ services:
resource: '../src/*'
# you can exclude directories or files
# but if a service is unused, it's removed anyway
exclude: '../src/{Entity,Migrations,Repository,Tests}'
exclude: '../src/{Entity,Migrations,Tests}'
# controllers are imported separately to make sure they
# have the tag that allows actions to type-hint services