Skip to content

Commit 46e8eb9

Browse files
authored
fixed event priority
1 parent 2a1e76e commit 46e8eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ final class UserResourcesSubscriber implements EventSubscriberInterface
4848
public static function getSubscribedEvents()
4949
{
5050
return [
51-
KernelEvents::VIEW => ['extendResources', EventPriorities::POST_WRITE],
51+
KernelEvents::VIEW => ['extendResources', EventPriorities::PRE_READ],
5252
];
5353
}
5454

0 commit comments

Comments
 (0)