mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
alarm email add human time
This commit is contained in:
@@ -98,8 +98,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$interval = 100;
|
||||
$diff = sprintf("*/%d * * * *", ceil($interval/60));
|
||||
$diff = get_setting("system.alarm_email_receiver");
|
||||
dd($diff);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user