fix: 🐛 Wrong class name
This commit is contained in:
parent
f1de845554
commit
f6c8eecb87
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace App\Console\Commands;
|
|||
use App\Models\Payment;
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
class CleanupPayments extends Command
|
||||
class CleanupOpenPayments extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
|
|
Loading…
Reference in a new issue