Browse Source

fix: 🐛 Wrong class name

IceToast 2 years ago
parent
commit
f6c8eecb87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/CleanupOpenPayments.php

+ 1 - 1
app/Console/Commands/CleanupOpenPayments.php

@@ -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.