mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
feat: Rename CloudCleanupSubs to CloudCleanupSubscriptions
This commit is contained in:
parent
efa2ae5177
commit
f58a1a9ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue