mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
controller refactoring part 22
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Support\Scheduler\Actions;
|
||||
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Domain\Sharing\Models\Share;
|
||||
|
||||
@@ -26,4 +23,4 @@ class DeleteExpiredShareLinksAction
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Support\Scheduler\Actions;
|
||||
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
@@ -41,4 +38,4 @@ class DeleteFailedFilesAction
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Support\Scheduler\Actions;
|
||||
|
||||
|
||||
use Domain\Zipping\Models\Zip;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
|
||||
@@ -24,4 +21,4 @@ class DeleteOldZipsAction
|
||||
$zip->delete();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Support\Scheduler\Actions;
|
||||
|
||||
|
||||
use App\Users\Models\User;
|
||||
|
||||
class DeleteUnverifiedUsersAction
|
||||
@@ -18,4 +15,4 @@ class DeleteUnverifiedUsersAction
|
||||
->get()
|
||||
->each(fn ($user) => $user->delete());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user