seven 2 days ago
parent
commit
d9c6502570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/PaymentTask.php

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

@@ -7,7 +7,7 @@ use Illuminate\Console\Command;
 use App\Jobs\PaymentJob;
 use Illuminate\Support\Facades\Log;
 
-class PaymentStartFiveSecondTask extends Command
+class PaymentTask extends Command
 {
     /**
      * The name and signature of the console command.