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