honey trap

This commit is contained in:
edmondlang
2023-03-17 18:40:48 +08:00
parent f6082382bf
commit 7cf7fdec54
14 changed files with 415 additions and 4 deletions
+4
View File
@@ -34,6 +34,10 @@ class Kernel extends ConsoleKernel
// $schedule->command('inspire')->hourly();
$schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping();
$schedule->command('seasonalSegmantCompany:remove')
->hourly()
->appendOutputTo (storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping();
}
/**