8000 minor · symfony/symfony-docs@01e2f35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01e2f35

Browse files
committed
minor
1 parent 81321a4 commit 01e2f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ each time you ask for it.
190190
->defaults()
191191
->autowire() // Automatically injects dependencies in your services.
192192
->autoconfigure() // Automatically registers your services as commands, event subscribers, etc.
193-
;
194-
193+
;
194+
195195
// makes classes in src/ available to be used as services
196196
// this creates a service per class whose id is the fully-qualified class name
197197
$services->load('App\\', '../src/*')

0 commit comments

Comments
 (0)
0