Skip to content

Commit

Permalink
Remove unneed excludes from services autowiring
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel authored and GSadee committed Oct 23, 2024
1 parent ac33643 commit b9f0504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/*'
exclude: '../src/{Entity,Migrations,Tests,Kernel.php}'
exclude: '../src/{Entity,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
Expand Down

0 comments on commit b9f0504

Please sign in to comment.