fix: 🐛 Wrong class name

This commit is contained in:
IceToast 2023-02-06 11:57:14 +01:00
parent 33cc108900
commit 29e9ed6e4a
No known key found for this signature in database
GPG key ID: 1464353E063A5B97

View file

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