create mission tables with factory and seeder

This commit is contained in:
2025-05-18 13:19:26 +03:30
parent 82c1cc0e18
commit 3a8a6e3a70
23 changed files with 408 additions and 365 deletions

View File

@@ -36,7 +36,10 @@ class Kernel extends ConsoleKernel
->dailyAt('00:00')->appendOutputTo(storage_path('logs/report_summary.log'));
$schedule->command("webservice:roadobserved --daily-mode")
->dailyAt('00:15')->appendOutputTo(storage_path('logs/nikarayan.log'));
->dailyAt('00:17')->appendOutputTo(storage_path('logs/nikarayan.log'));
$schedule->command("webservice:roadobserved --daily-mode")
->dailyAt('00:47')->appendOutputTo(storage_path('logs/nikarayan.log'));
}
/**