feat: Rename CloudCleanupSubs to CloudCleanupSubscriptions

This commit is contained in:
Andras Bacsai 2024-07-04 14:28:01 +02:00
parent efa2ae5177
commit f58a1a9ecf

View File

@ -5,7 +5,7 @@ namespace App\Console\Commands;
use App\Models\Team; use App\Models\Team;
use Illuminate\Console\Command; use Illuminate\Console\Command;
class CloudCleanupSubs extends Command class CloudCleanupSubscriptions extends Command
{ {
protected $signature = 'cloud:cleanup-subs'; protected $signature = 'cloud:cleanup-subs';