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
@@ -78,7 +78,7 @@ return [
|
*/
'key' => env('APP_KEY') ?: 'YourSecretKey!!!',
'key' => env('APP_KEY', 'YourSecretKey!!!'),
'cipher' => MCRYPT_RIJNDAEL_128,