Remove default key

This commit is contained in:
Graham Campbell 2015-12-06 19:50:14 +00:00
parent 2ea2ae0f3f
commit b81af30b93
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
|
*/
'key' => env('APP_KEY', 'SomeRandomString'),
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',