From de3fe475a7b1410756c35022c3ddcb6e6bad63ff Mon Sep 17 00:00:00 2001 From: panabonic Date: Mon, 5 Feb 2024 17:59:11 +0300 Subject: [PATCH] minor fix --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 6558393..0324552 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -55,5 +55,5 @@ return [ 'url' => env('AWS_URL'), ], ], - 'maxsize' => 10 * 1024 * 1024 + 'maxsize' => 100 * 1024 * 1024 ];