Skip to content

Commit 8e3b473

Browse files
Add kernel to list of excluded registered services
1 parent 326f6c9 commit 8e3b473

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
@@ -148,7 +148,7 @@ each time you ask for it.
148148
# this creates a service per class whose id is the fully-qualified class name
149149
App\:
150150
resource: '../src/*'
151-
exclude: '../src/{Entity,Migrations,Tests}'
151+
exclude: '../src/{Entity,Migrations,Tests,Kernel.php}'
152152
153153
# ...
154154

0 commit comments

Comments
 (0)