correct typo

This commit is contained in:
edmondlang
2023-02-21 23:42:37 +08:00
parent 272ce5fa39
commit 2443575744
+1 -1
View File
@@ -46,7 +46,7 @@ class AutoGenerateInvoice extends Command
$packingLists = (App()->make(ListsPackingLists::class))->execute(['does_not_have_transaction_type' => 1, 'type' => 2]);
if (count($packingLists)) {
$this->info(Carbon::now() . ' : Auto generate invoice cron starrted.');
$this->info(Carbon::now() . ' : Auto generate invoice cron started.');
$start = new Carbon();
foreach ($packingLists as $packingList) {