Skip to content

Commit

Permalink
Revert view response listener to a value higher than Sensios Template…
Browse files Browse the repository at this point in the history
…Listener
  • Loading branch information
flohw committed Apr 9, 2024
1 parent 68d9747 commit e0927f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/ViewResponseListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static function getSubscribedEvents(): array
{
return [
KernelEvents::CONTROLLER => 'onKernelController',
KernelEvents::VIEW => ['onKernelView', -128],
KernelEvents::VIEW => ['onKernelView', 30],
];
}

Expand Down

0 comments on commit e0927f6

Please sign in to comment.