We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ced46 commit 400dc11Copy full SHA for 400dc11
1 file changed
src/LocalesResolvers/Cookie.php
@@ -11,7 +11,7 @@ class Cookie implements ResolverInterface
11
12
public static string $parameter = 'locale';
13
14
- public static ?string $expire = '+1 year';
+ public static string $expire = '+1 year';
15
16
private IRequest $httpRequest;
17
0 commit comments