rename sync-doublers console command

This commit is contained in:
Matt Young 2025-06-26 10:35:01 -05:00
parent abc86ba726
commit 0bc80002bb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class SyncDoublers extends Command
*
* @var string
*/
protected $signature = 'doublers:sync {event? : Optional event ID}';
protected $signature = 'audition:sync-doublers {event? : Optional event ID}';
/**
* The console command description.