瀏覽代碼

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.