Fixed cipher

This commit is contained in:
Graham Campbell
2015-07-24 14:13:48 +01:00
parent 8c4832343d
commit 476adef1b0

View File

@@ -89,7 +89,7 @@ return [
'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => 'rijndael-256',
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------