Revert "Change priority of KernelEvents::RESPONSE subscriber"

This reverts commit 6ed624ad16.
This commit is contained in:
Alexander M. Turek 2020-05-16 15:57:47 +02:00
parent 94e8c42736
commit 9f8d225aa1
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class ProfilerListener implements EventSubscriberInterface
public static function getSubscribedEvents()
{
return [
KernelEvents::RESPONSE => ['onKernelResponse', -1012],
KernelEvents::RESPONSE => ['onKernelResponse', -100],
KernelEvents::EXCEPTION => ['onKernelException', 0],
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
];