mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update email template
This commit is contained in:
parent
79aa942d5b
commit
1c3eff241a
@ -22,7 +22,7 @@ class SendEmailJob implements ShouldQueue
|
|||||||
*/
|
*/
|
||||||
public function __construct($params)
|
public function __construct($params)
|
||||||
{
|
{
|
||||||
$this->onQueue = 'send_mail';
|
$this->onQueue = 'send_email';
|
||||||
$this->params = $params;
|
$this->params = $params;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user