Skip to content

Commit

Permalink
Change priority of KernelEvents::RESPONSE subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
marcw committed May 12, 2020
1 parent 6541ac2 commit 8c0997b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ public function onKernelTerminate(PostResponseEvent $event)
public static function getSubscribedEvents()
{
return [
KernelEvents::RESPONSE => ['onKernelResponse', -100],
KernelEvents::RESPONSE => ['onKernelResponse', -1023],
KernelEvents::EXCEPTION => ['onKernelException', 0],
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
];
Expand Down

0 comments on commit 8c0997b

Please sign in to comment.