Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Apr 11, 2023
2 parents ba318d7 + d9d6962 commit 4c996ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/EventSubscriber/RequestEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function getSubscribedEvents(): array

public function onKernelRequestForward(RequestEvent $event): void
{
if ($event->isMasterRequest()) {
if ($event->isMainRequest()) {
$request = $event->getRequest();

if (
Expand Down

0 comments on commit 4c996ad

Please sign in to comment.