Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bd88fb

Browse files
authored
Update configurators.rst
Removed an extra semicolon.
1 parent 09cc5fc commit 7bd88fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/configurators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You can configure the service configurator using the ``configurator`` option:
185185
->setConfigurator(array(new Reference('app.email_configurator'), 'configure'))
186186
;
187187
188-
$container->register('app.greeting_card_manager', GreetingCardManager::class);
188+
$container->register('app.greeting_card_manager', GreetingCardManager::class)
189189
->addArgument(new Reference('mailer'))
190190
->setConfigurator(array(new Reference('app.email_configurator'), 'configure'))
191191
;

0 commit comments

Comments
 (0)