We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fee619 commit b85a6e7Copy full SHA for b85a6e7
EventListener/LegacyApplicationDispatchingEventListener.php
@@ -11,6 +11,7 @@
11
use Doctrine\Common\Annotations\Reader;
12
use Symfony\Component\DependencyInjection\ContainerInterface;
13
use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
14
+use Symfony\Component\HttpKernel\HttpKernelInterface;
15
use Webfactory\Bundle\LegacyIntegrationBundle\Integration\Annotation\Dispatch;
16
use Webfactory\Bundle\LegacyIntegrationBundle\Integration\Filter;
17
@@ -67,6 +68,9 @@ public function onKernelController(FilterControllerEvent $event)
67
68
}
69
70
71
+ /**
72
+ * @return HttpKernelInterface
73
+ */
74
protected function getLegacyApplication()
75
{
76
return $this->container->get('webfactory_legacy_integration.legacy_application');
0 commit comments