We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16115fe commit 4a6fe19Copy full SHA for 4a6fe19
src/Handler/AbstractHandler.php
@@ -4,10 +4,10 @@
4
5
use Illuminate\Http\Request;
6
use Illuminate\Http\UploadedFile;
7
+use Illuminate\Support\Facades\Session;
8
use Pion\Laravel\ChunkUpload\Config\AbstractConfig;
9
use Pion\Laravel\ChunkUpload\Save\AbstractSave;
10
use Pion\Laravel\ChunkUpload\Storage\ChunkStorage;
-use Session;
11
12
/**
13
* The handler that will detect if we can continue the chunked upload.
0 commit comments