Commit 3af952e2 by Phạm Văn Đoan

test task report

parent 61ec3ad4
...@@ -87,7 +87,7 @@ class Kernel extends ConsoleKernel ...@@ -87,7 +87,7 @@ class Kernel extends ConsoleKernel
$schedule->command('calculate:daily-listen')->dailyAt('1:00'); $schedule->command('calculate:daily-listen')->dailyAt('1:00');
$schedule->command('calculate:daily-listen')->dailyAt('1:10'); $schedule->command('calculate:daily-listen')->dailyAt('1:10');
$schedule->command('php artisan calculate:report daily')->dailyAt('8:00'); $schedule->command('php artisan calculate:report daily')->dailyAt('8:35');
$schedule->command('php artisan calculate:report weekly')->sundays(); $schedule->command('php artisan calculate:report weekly')->sundays();
$schedule->command('php artisan calculate:report monthly')->monthlyOn(21, '6:10'); $schedule->command('php artisan calculate:report monthly')->monthlyOn(21, '6:10');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment