Skip to content

Commit ece8df1

Browse files
committed
minor symfony#9545 Add kernel to list of excluded registered services (michaelperrin)
This PR was merged into the 4.0 branch. Discussion ---------- Add kernel to list of excluded registered services Doc change following this PR: symfony/recipes#355 Commits ------- 8e3b473 Add kernel to list of excluded registered services
2 parents 326f6c9 + 8e3b473 commit ece8df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

+1-1
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)