File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
symfony/framework-bundle/3.3/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ services:
16
16
# makes classes in src/ available to be used as services
17
17
# this creates a service per class whose id is the fully-qualified class name
18
18
App\ :
19
- resource : ' ../../ src/*'
19
+ resource : ' ../src/*'
20
20
# you can exclude directories or files
21
21
# but if a service is unused, it's removed anyway
22
- exclude : ' ../../ src/{Entity,Repository,Tests}'
22
+ exclude : ' ../src/{Entity,Repository,Tests}'
23
23
24
24
# controllers are imported separately to make sure they're public
25
25
# and have a tag that allows actions to type-hint services
26
26
App\Controller\ :
27
- resource : ' ../../ src/Controller'
27
+ resource : ' ../src/Controller'
28
28
public : true
29
29
tags : ['controller.service_arguments']
You can’t perform that action at this time.
0 commit comments