Fix a typo error

This commit is contained in:
Dillon Ngo
2023-12-12 01:07:06 +08:00
parent e7279ec4d0
commit 19bd548127
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ class CheckStorageInvoicesGroupTransactions extends Command
*
* @var string
*/
protected $signature = 'command:check-storage-invoices-group-transactions';
protected $signature = 'check-storage-invoices-group-transactions';
/**
* The console command description.
@@ -17,7 +17,7 @@ class CheckStorageInvoicesOrders extends Command
*
* @var string
*/
protected $signature = 'command:check-storage-invoices-orders';
protected $signature = 'check-storage-invoices-orders';
/**
* The console command description.