1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-16 14:42:38 +08:00

update email template

This commit is contained in:
Tokumeikoi 2020-03-20 13:51:29 +08:00
parent 79aa942d5b
commit 1c3eff241a

@ -22,7 +22,7 @@ class SendEmailJob implements ShouldQueue
*/
public function __construct($params)
{
$this->onQueue = 'send_mail';
$this->onQueue = 'send_email';
$this->params = $params;
}