Merge branch 'BE.domain' into dev

pull/73/head
farid 4 years ago
commit 0c93affe54

@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
//
];
/**
@ -26,6 +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
}
/**

@ -18,6 +18,7 @@
"nestedset/willaarts": "^5.0.7",
"sentry/sentry-laravel": "^2.3",
"spatie/laravel-medialibrary": "^8.0.0",
"io-developer/php-whois": "^4.0",
"wm/blog": "dev-master",
"wm/common": "dev-master",
"wm/core": "dev-master",

Loading…
Cancel
Save