Merge pull request 'work in something' (#72) from BE.domain into dev

Reviewed-on: WillaEngine-Project/WillaEngine#72
pull/73/head
f.saravi 4 years ago
commit 7d106cb564

@ -26,8 +26,8 @@ class Kernel extends ConsoleKernel
{
$schedule->command('today:schedule')->daily();
$schedule->command('today:run')->everyMinute();
$schedule->command('domain:update_expired_at')->daily(); # update domain expired_at
$schedule->command('domain:update_ssl_expired_at')->daily(); # update SSL expired_at
$schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at
$schedule->command('domain:update_ssl_expiry_date')->daily(); # update SSL expired_at
}
/**

Loading…
Cancel
Save