Skip to content

Commit 9f8712c

Browse files
committed
[HttpKernel] Fix CacheAttributeListener priority
1 parent 14c79cf commit 9f8712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/IsGrantedAttributeListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function onKernelControllerArguments(ControllerArgumentsEvent $event)
7777

7878
public static function getSubscribedEvents(): array
7979
{
80-
return [KernelEvents::CONTROLLER_ARGUMENTS => ['onKernelControllerArguments', 10]];
80+
return [KernelEvents::CONTROLLER_ARGUMENTS => ['onKernelControllerArguments', 20]];
8181
}
8282

8383
private function getIsGrantedSubject(string|Expression $subjectRef, Request $request, array $arguments): mixed

0 commit comments

Comments
 (0)