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.