From 249190e007fb68c000ac2e0c8b85f0593465f29b Mon Sep 17 00:00:00 2001 From: ricky rx Date: Thu, 25 Apr 2024 13:47:27 +0700 Subject: [PATCH] chore: throw storage to false when failed to save data --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index e9d9dbd..90f00b5 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -53,7 +53,7 @@ return [ 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), - 'throw' => false, + 'throw' => true, ], ],