Skip to content

Commit

Permalink
Revert "Change priority of KernelEvents::RESPONSE subscriber"
Browse files Browse the repository at this point in the history
This reverts commit 6ed624a.
  • Loading branch information
derrabus committed May 16, 2020
1 parent 94e8c42 commit 9f8d225
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', -1012],
KernelEvents::RESPONSE => ['onKernelResponse', -100],
KernelEvents::EXCEPTION => ['onKernelException', 0],
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
];
Expand Down

0 comments on commit 9f8d225

Please sign in to comment.