mirror of
https://github.com/v2board/v2board.git
synced 2025-01-26 16:09:09 +08:00
send mail delay && fetch admin
This commit is contained in:
parent
6050e6e4a9
commit
c4868a9c48
@ -22,6 +22,7 @@ class SendEmailJob implements ShouldQueue
|
|||||||
*/
|
*/
|
||||||
public function __construct($params)
|
public function __construct($params)
|
||||||
{
|
{
|
||||||
|
$this->delay(now()->addSecond(2));
|
||||||
$this->onQueue('send_email');
|
$this->onQueue('send_email');
|
||||||
$this->params = $params;
|
$this->params = $params;
|
||||||
}
|
}
|
||||||
|
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user