Modify the wording of env() default values

This commit is contained in:
Carlos - 安正超
2014-12-30 10:06:17 +08:00
committed by overtrue
parent dc384fe1f5
commit 38e9a241db
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ return [
|
*/
'default' => env('CACHE_DRIVER') ?: 'file',
'default' => env('CACHE_DRIVER', 'file'),
/*
|--------------------------------------------------------------------------