Skip to content

Commit a716182

Browse files
authored
Merge pull request #3 from digipolisgent/hotfix/ServiceNotFoundException
Fix fatal error ServiceNotFoundException.
2 parents cb652ef + 501e151 commit a716182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrumPHPExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GrumPHPExtension implements ExtensionInterface
1414
public function load(ContainerBuilder $container)
1515
{
1616
/** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher */
17-
$event_dispatcher = $container->get('symfony\component\eventdispatcher\eventdispatcher');
17+
$event_dispatcher = $container->get('Symfony\Component\EventDispatcher\EventDispatcher');
1818
$event_dispatcher->addSubscriber(new GrumphpEventSubscriber());
1919
}
2020
}

0 commit comments

Comments
 (0)