From 4c291abfe8bf6261692e1644ad26e22c406c3948 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 4 Jun 2015 16:40:28 +0100 Subject: [PATCH] Added back cipher config --- config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/app.php b/config/app.php index d3cd9d52..a0bda87f 100644 --- a/config/app.php +++ b/config/app.php @@ -80,6 +80,8 @@ 'key' => env('APP_KEY', 'SomeRandomString'), + 'cipher' => 'AES-128-CBC', + /* |-------------------------------------------------------------------------- | Logging Configuration