Преглед на файлове

fix: 🐛 Wrong class name

IceToast преди 2 години
родител
ревизия
308d1775bf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.