From c4fa1098686ced26244eb20d750a28ef01b64f7e Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Wed, 11 Jun 2014 18:17:36 +1000 Subject: [PATCH] Required update for Laravel 4.2 --- app/config/app.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index c4f24afe1..013f5b6fb 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -80,6 +80,8 @@ return array( 'key' => 'CHANGE_ME!!!', + 'cipher' => MCRYPT_RIJNDAEL_256, + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers @@ -124,7 +126,7 @@ return array( 'aliases' => array_merge(include(base_path().'/modules/system/aliases.php'), array( - // 'Str' => 'Illuminate\Support\Str', // Example + // 'Str' => 'Illuminate\Support\Str', // Example )),