Refactor CleanupQueue to CleanupDatabase
This commit is contained in:
parent
297b314904
commit
b8b76dfa40
@ -4,9 +4,8 @@
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Redis;
|
||||
|
||||
class CleanupQueue extends Command
|
||||
class CleanupDatabase extends Command
|
||||
{
|
||||
protected $signature = 'cleanup:database {--yes}';
|
||||
protected $description = 'Cleanup database';
|
||||
|
Loading…
Reference in New Issue
Block a user