Merge pull request #3200 from overtrue/patch-3

[5.0]Modify the wording of env() default values
This commit is contained in:
Taylor Otwell
2015-01-02 16:27:45 -06:00
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,