Fix for 4bbb826 command syntax for Comm* commands was displaying incorrectly
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 2m46s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m50s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s

This commit is contained in:
2025-01-07 11:13:31 +11:00
parent b27d983fe6
commit 058b4ac4b9
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ class CommBinkpSend extends Command
* @var string
*/
protected $signature = 'comm:binkp:send'
.'{--N|now : Dont queue}'
.'{ftn : FTN to Send to}';
.' {--N|now : Dont queue}'
.' {ftn : FTN to Send to}';
/**
* The console command description.