From 0172c98829ff0808e6550e021a9f052a173a6eab Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 17 Dec 2015 13:35:04 +1100 Subject: [PATCH] Bug Fixes --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 29961c694682..a7e071e62898 100644 --- a/config/app.php +++ b/config/app.php @@ -80,7 +80,7 @@ return [ | */ - 'key' => env('APP_KEY', '12341234123412341234123412341234'), + 'key' => env('APP_KEY', ''), 'cipher' => env('APP_CIPHER', MCRYPT_RIJNDAEL_128),