From 338237fd738ff5eb418d43f07dcc984c7d0b09a8 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Fri, 21 Apr 2017 11:58:16 +0300 Subject: [PATCH] ContainerAwareLocator implements LocatorInterface --- src/Listener/Locator/ContainerAwareLocator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Listener/Locator/ContainerAwareLocator.php b/src/Listener/Locator/ContainerAwareLocator.php index 1a3d931..220f48d 100644 --- a/src/Listener/Locator/ContainerAwareLocator.php +++ b/src/Listener/Locator/ContainerAwareLocator.php @@ -15,7 +15,7 @@ use GpsLab\Domain\Event\NameResolver\EventNameResolverInterface; use Symfony\Component\DependencyInjection\ContainerInterface; -class ContainerAwareLocator +class ContainerAwareLocator implements LocatorInterface { /** * @var ContainerInterface