Skip to content

Commit ce4446a

Browse files
committed
fix: subscribe to ControllerEvent
1 parent 5c7a9a0 commit ce4446a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EventSubscriber/ControllerSubscriber.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function __construct(
2727
public static function getSubscribedEvents()
2828
{
2929
return [
30+
KernelEvents::CONTROLLER => ['onKernelController', -1024],
3031
KernelEvents::CONTROLLER_ARGUMENTS => ['onKernelControllerArguments', -1024],
3132
];
3233
}

0 commit comments

Comments
 (0)