This commit is contained in:
root
2019-12-30 17:48:26 +08:00
parent 4b43bd2b9e
commit eee6351e35
2 changed files with 21 additions and 9 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);
]);
}
}