This commit is contained in:
root
2019-12-30 17:43:56 +08:00
parent ff6aeb92ec
commit 4b43bd2b9e
2 changed files with 2 additions and 10 deletions

View File

@ -56,7 +56,7 @@ class SendRemindMail extends Command
'template_value' => [
'name' => config('v2board.app_name', 'V2Board')
]
]);
])->delay(10);
}
}
@ -73,7 +73,7 @@ class SendRemindMail extends Command
'template_value' => [
'name' => config('v2board.app_name', 'V2Board')
]
]);
])->delay(10);
}
}