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

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