mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
section basic
This commit is contained in:
@@ -90,7 +90,8 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
|
||||
$r = SearchBox::getSubCatOptions();
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('exam:checkout_cronjob')->everyMinute()->withoutOverlapping();
|
||||
$schedule->command('exam:update_progress --bulk=1')->hourly()->withoutOverlapping();
|
||||
$schedule->command('backup:cronjob')->everyMinute()->withoutOverlapping();
|
||||
$schedule->command('hr:update_status')->everyMinute()->withoutOverlapping();
|
||||
$schedule->command('hr:update_status')->everyTenMinutes()->withoutOverlapping();
|
||||
$schedule->command('hr:update_status --ignore_time=1')->hourly()->withoutOverlapping();
|
||||
$schedule->command('user:delete_expired_token')->dailyAt('04:00');
|
||||
$schedule->command('claim:settle')->hourly()->when(function () {
|
||||
|
||||
Reference in New Issue
Block a user