We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc8ee7 + 7d2c281 commit b38013eCopy full SHA for b38013e
1 file changed
EventSubscriber/KernelEventSubscriber.php
@@ -25,7 +25,7 @@ public function __construct(CsrfRequestEvaluator $csrfRequest)
25
public static function getSubscribedEvents(): array
26
{
27
return [
28
- KernelEvents::REQUEST => 'onKernelRequest',
+ KernelEvents::REQUEST => ['onKernelRequest', 12],
29
KernelEvents::RESPONSE => 'onKernelResponse',
30
];
31
}
0 commit comments