From fd4e692d9df0444e4ed8c609b8dce22f7918f1d3 Mon Sep 17 00:00:00 2001 From: slowlyo Date: Fri, 6 Dec 2024 11:08:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E5=9D=97=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E9=89=B4=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Support/Cores/Permission.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Support/Cores/Permission.php b/src/Support/Cores/Permission.php index 372006c2..618c5334 100644 --- a/src/Support/Cores/Permission.php +++ b/src/Support/Cores/Permission.php @@ -31,6 +31,9 @@ class Permission 'upload_rich', 'captcha', '_download_export', + 'upload_chunk_start', + 'upload_chunk', + 'upload_chunk_finish', ]; /**