From 52de5d84f6c309e93910e0d250b8c42fd656931b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 20 Aug 2021 07:59:36 -0500 Subject: [PATCH] wip --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index adc6aa5f..c9b8f5ae 100644 --- a/config/app.php +++ b/config/app.php @@ -121,7 +121,7 @@ 'key' => env('APP_KEY'), - 'cipher' => 'AES-256-GCM', + 'cipher' => 'AES-256-CBC', /* |--------------------------------------------------------------------------