Merge pull request 'dev' (#73) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#73
pull/87/head
saeid_01 4 years ago
commit c34c154338

@ -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_domain_expiry_date')->daily(); # update domain expired_at
$schedule->command('domain:update_ssl_expiry_date')->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