From f58a1a9ecf03c28158f8951512ab797bb26095a7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 4 Jul 2024 14:28:01 +0200 Subject: [PATCH] feat: Rename CloudCleanupSubs to CloudCleanupSubscriptions --- app/Console/Commands/CloudCleanupSubscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CloudCleanupSubscriptions.php b/app/Console/Commands/CloudCleanupSubscriptions.php index 1d9dc5d74..d220aa00b 100644 --- a/app/Console/Commands/CloudCleanupSubscriptions.php +++ b/app/Console/Commands/CloudCleanupSubscriptions.php @@ -5,7 +5,7 @@ namespace App\Console\Commands; use App\Models\Team; use Illuminate\Console\Command; -class CloudCleanupSubs extends Command +class CloudCleanupSubscriptions extends Command { protected $signature = 'cloud:cleanup-subs';