You've already forked Atomcms-edit
Add (bool) type casts to all boolean env() calls across config files
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'encrypt' => env('SESSION_ENCRYPT', true),
|
||||
'encrypt' => (bool) env('SESSION_ENCRYPT', true),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user