Skip to content

Commit 9047626

Browse files
Update service_container/service_subscribers_locators.rst
Co-Authored-By: XuruDragon <xurudragon@gmail.com>
1 parent 3ebefaa commit 9047626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ retrieve the ``handler_two`` handler :
457457
{
458458
public function __construct(ServiceLocator $serviceLocator)
459459
{
460-
$handler_two = $serviceLocator->get('handler_two'):
460+
$handlerTwo = $locator->get('handler_two'):
461461
}
462462
}
463463

0 commit comments

Comments
 (0)