diff --git a/app/Console/Commands/CheckUpdates.php b/app/Console/Commands/CheckUpdates.php index a56f531..2d6f0b5 100644 --- a/app/Console/Commands/CheckUpdates.php +++ b/app/Console/Commands/CheckUpdates.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class CheckUpdates extends Command { - protected $signature = 'clubird:check-updates'; + protected $signature = 'clubird:check-updates|mailwolt:check-updates'; protected $description = 'Check for newer CluBird releases via git tags'; public function handle(): int diff --git a/app/Console/Commands/MailwoltRestart.php b/app/Console/Commands/MailwoltRestart.php index ce9a61c..bb1e2b0 100644 --- a/app/Console/Commands/MailwoltRestart.php +++ b/app/Console/Commands/MailwoltRestart.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class MailwoltRestart extends Command { - protected $signature = 'clubird:restart-services'; + protected $signature = 'clubird:restart-services|mailwolt:restart-services'; protected $description = 'Restart or reload MailWolt-related system services'; public function handle(): int diff --git a/app/Console/Commands/MigrateEnvReverb.php b/app/Console/Commands/MigrateEnvReverb.php index b12b47d..29a98f2 100644 --- a/app/Console/Commands/MigrateEnvReverb.php +++ b/app/Console/Commands/MigrateEnvReverb.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class MigrateEnvReverb extends Command { - protected $signature = 'clubird:migrate-env-reverb'; + protected $signature = 'clubird:migrate-env-reverb|mailwolt:migrate-env-reverb'; protected $description = 'Migriert veraltete REVERB_* .env-Werte auf Domain-Basis'; public function handle(): int diff --git a/app/Console/Commands/WizardDomains.php b/app/Console/Commands/WizardDomains.php index 8bb3cc2..9ad1590 100644 --- a/app/Console/Commands/WizardDomains.php +++ b/app/Console/Commands/WizardDomains.php @@ -7,7 +7,7 @@ use Illuminate\Console\Command; class WizardDomains extends Command { - protected $signature = 'clubird:wizard-domains + protected $signature = 'clubird:wizard-domains|mailwolt:wizard-domains {--ui= : UI-Domain} {--mail= : Mail-Domain} {--webmail= : Webmail-Domain}