We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503cfe1 commit cf42220Copy full SHA for cf42220
src/EventListener/LocaleListener.php
@@ -29,6 +29,9 @@ public function onKernelRequest(RequestEvent $event)
29
$this->translatableListener->setTranslatableLocale($event->getRequest()->getLocale());
30
}
31
32
+ /**
33
+ * @return string[]
34
+ */
35
public static function getSubscribedEvents()
36
{
37
return array(
0 commit comments