Skip to content

Commit

Permalink
Merge 572e561 into 4dc0057
Browse files Browse the repository at this point in the history
  • Loading branch information
Numkil committed Aug 12, 2020
2 parents 4dc0057 + 572e561 commit 4492fb4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -102,8 +102,7 @@ private function isAdminToken($providerKey, TokenInterface $token = null)
public static function getSubscribedEvents()
{
return array(
// Must be registered before the default Locale listener
KernelEvents::REQUEST => array(array('onKernelRequest', 17)),
KernelEvents::REQUEST => array(array('onKernelRequest', -1)),
);
}
}

0 comments on commit 4492fb4

Please sign in to comment.