mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
browsing through upload request
This commit is contained in:
@@ -8,7 +8,7 @@ class ExpireUnfilledUploadRequestAction
|
||||
{
|
||||
public function __invoke()
|
||||
{
|
||||
UploadRequest::where('status', 'active')
|
||||
UploadRequest::whereIn('status', ['active', 'filling'])
|
||||
->cursor()
|
||||
->each(function ($uploadRequest) {
|
||||
// Get timestamp of last upload if exist
|
||||
|
||||
Reference in New Issue
Block a user