Browse Source

Added back cipher config

Graham Campbell 9 years ago
parent
commit
4c291abfe8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/app.php

+ 2 - 0
config/app.php

@@ -80,6 +80,8 @@ return [
 
     'key' => env('APP_KEY', 'SomeRandomString'),
 
+    'cipher' => 'AES-128-CBC',
+
     /*
     |--------------------------------------------------------------------------
     | Logging Configuration