Skip to content

Commit fe3d79a

Browse files
authored
Fix: default excluded directory for services
1 parent 07f528f commit fe3d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ each time you ask for it.
158158
# this creates a service per class whose id is the fully-qualified class name
159159
App\:
160160
resource: '../src/*'
161-
exclude: '../src/{Entity,Migrations,Tests,Kernel.php}'
161+
exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
162162
163163
# ...
164164

0 commit comments

Comments
 (0)