Skip to content

Commit

Permalink
Changed priority to -1012 to allow for room for hooking
Browse files Browse the repository at this point in the history
  • Loading branch information
marcw committed May 14, 2020
1 parent 8c0997b commit a379912
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', -1023],
KernelEvents::RESPONSE => ['onKernelResponse', -1012],
KernelEvents::EXCEPTION => ['onKernelException', 0],
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
];
Expand Down

0 comments on commit a379912

Please sign in to comment.