alarm email add human time

This commit is contained in:
xiaomlove
2024-03-23 23:18:30 +08:00
parent 92bfa5df84
commit dc318819bb
5 changed files with 7 additions and 5 deletions

View File

@@ -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);
}