Refactor CleanupQueue to CleanupDatabase

This commit is contained in:
Andras Bacsai 2024-02-23 21:05:48 +01:00
parent 297b314904
commit b8b76dfa40

View File

@ -4,9 +4,8 @@
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Redis;
class CleanupQueue extends Command class CleanupDatabase extends Command
{ {
protected $signature = 'cleanup:database {--yes}'; protected $signature = 'cleanup:database {--yes}';
protected $description = 'Cleanup database'; protected $description = 'Cleanup database';