Modify the wording of env() default values

This commit is contained in:
Carlos - 安正超
2014-12-30 09:13:55 +08:00
committed by overtrue
parent dc384fe1f5
commit 38e9a241db
5 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ return [
|
*/
'driver' => env('SESSION_DRIVER') ?: 'file',
'driver' => env('SESSION_DRIVER', 'file'),
/*
|--------------------------------------------------------------------------