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:
parent
f7f5c714ac
commit
47d3bd4b69
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue