1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Replace MASTER_REQUEST by MAIN_REQUEST

This commit is contained in:
Yassine Guedidi 2025-04-01 23:42:55 +02:00
parent f7f5c714ac
commit 47d3bd4b69

View file

@ -82,6 +82,6 @@ class LocaleListenerTest extends TestCase
->disableOriginalConstructor()
->getMock();
return new RequestEvent($kernel, $request, HttpKernelInterface::MASTER_REQUEST);
return new RequestEvent($kernel, $request, HttpKernelInterface::MAIN_REQUEST);
}
}