Skip to content

Commit 4a6fe19

Browse files
ISMAIL MAHMOUDpionl
ISMAIL MAHMOUD
authored andcommitted
use Laravel Session Facade
1 parent 16115fe commit 4a6fe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Handler/AbstractHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
use Illuminate\Http\Request;
66
use Illuminate\Http\UploadedFile;
7+
use Illuminate\Support\Facades\Session;
78
use Pion\Laravel\ChunkUpload\Config\AbstractConfig;
89
use Pion\Laravel\ChunkUpload\Save\AbstractSave;
910
use Pion\Laravel\ChunkUpload\Storage\ChunkStorage;
10-
use Session;
1111

1212
/**
1313
* The handler that will detect if we can continue the chunked upload.

0 commit comments

Comments
 (0)