Skip to content

Commit

Permalink
Bump priority for HookInit (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman authored Mar 21, 2024
1 parent 2b89a18 commit ac05815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSubscriber/HookInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(
public static function getSubscribedEvents()
{
return [
KernelEvents::REQUEST => 'hookInit',
KernelEvents::REQUEST => ['hookInit', 200],
];
}

Expand Down

0 comments on commit ac05815

Please sign in to comment.