Merge pull request #3216 from TheShiftExchange/patch-1
[Bug] Composer create-project key:generate currently broken
This commit is contained in:
commit
86791280d6
|
@ -78,7 +78,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'key' => env('APP_KEY', 'YourSecretKey!!!'),
|
||||
'key' => env('APP_KEY', 'SomeRandomString'),
|
||||
|
||||
'cipher' => MCRYPT_RIJNDAEL_128,
|
||||
|
||||
|
|
Loading…
Reference in New Issue