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

Skip to content

Commit b3b0854

Browse files
committed
minor #7727 Update configurators.rst (prosalov)
This PR was merged into the 2.7 branch. Discussion ---------- Update configurators.rst Removed an extra semicolon. Commits ------- 7bd88fb Update configurators.rst
2 parents c3f3d78 + 7bd88fb commit b3b0854

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)