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 authored and fabpot committed May 14, 2020
1 parent 6541ac2 commit 6ed624a
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', -1012],
KernelEvents::EXCEPTION => ['onKernelException', 0],
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
];
Expand Down

0 comments on commit 6ed624a

Please sign in to comment.