From a474fc9bfe1c909771fc37c1821db8f06b1b77ee Mon Sep 17 00:00:00 2001 From: ISMAIL MAHMOUD Date: Sun, 9 Mar 2025 10:43:00 +0300 Subject: [PATCH] use Laravel Session Facade --- src/Handler/AbstractHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Handler/AbstractHandler.php b/src/Handler/AbstractHandler.php index d5a523a..27c7119 100644 --- a/src/Handler/AbstractHandler.php +++ b/src/Handler/AbstractHandler.php @@ -4,10 +4,10 @@ use Illuminate\Http\Request; use Illuminate\Http\UploadedFile; +use Illuminate\Support\Facades\Session; use Pion\Laravel\ChunkUpload\Config\AbstractConfig; use Pion\Laravel\ChunkUpload\Save\AbstractSave; use Pion\Laravel\ChunkUpload\Storage\ChunkStorage; -use Session; /** * The handler that will detect if we can continue the chunked upload.