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 )),