update config

This commit is contained in:
Pig Fang 2020-06-28 11:35:52 +08:00
parent a3ea8e3c62
commit 49b7483cdb
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2
2 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE', null),
'secure' => env('SESSION_SECURE_COOKIE'),
/*
|--------------------------------------------------------------------------

View File

@ -14,8 +14,8 @@ return [
*/
'paths' => [
realpath(base_path('resources/views/overrides')),
realpath(base_path('resources/views')),
resource_path('views/overrides'),
resource_path('views'),
],
/*