mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
eee6351e35
commit
aa1d54137c
@ -56,7 +56,7 @@ class SendRemindMail extends Command
|
||||
'template_value' => [
|
||||
'name' => config('v2board.app_name', 'V2Board')
|
||||
]
|
||||
]);
|
||||
])->onQueue('email_notify');
|
||||
}
|
||||
}
|
||||
|
||||
@ -73,7 +73,7 @@ class SendRemindMail extends Command
|
||||
'template_value' => [
|
||||
'name' => config('v2board.app_name', 'V2Board')
|
||||
]
|
||||
]);
|
||||
])->onQueue('email_notify');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user