test approve invoice

This commit is contained in:
edmondlang
2023-02-28 14:46:04 +08:00
parent 594b25b71b
commit 8cffae079b
+5
View File
@@ -47,6 +47,11 @@ class Kernel extends ConsoleKernel
->hourly()
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/auto_generate_invoice.log');
$schedule->command('approve:invoice')
->hourly()
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/approve_invoice.log');
}
/**