mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Reformat various code.
This commit is contained in:
@@ -36,5 +36,5 @@ return [
|
||||
'domain' => env('COOKIE_DOMAIN', null),
|
||||
'secure' => env('COOKIE_SECURE', null),
|
||||
'http_only' => true,
|
||||
'same_site' => env('COOKIE_SAMESITE','lax'),
|
||||
'same_site' => env('COOKIE_SAMESITE', 'lax'),
|
||||
];
|
||||
|
Reference in New Issue
Block a user