Fix a typo error

This commit is contained in:
Dillon Ngo
2023-12-10 22:56:05 +08:00
parent 138a4f1cf6
commit 2b507d1006
+1 -1
View File
@@ -63,7 +63,7 @@ class Kernel extends ConsoleKernel
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/fix_failed_callback_from_billplz.log');
$schedule->command('command:check-storage-invoices-group-transactions')
$schedule->command('check-storage-invoices-group-transactions')
->dailyAt('0:01')
->withoutOverlapping()
->appendOutputTo(storage_path().'/logs/check_storage_invoices.log');