mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +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)
|
||||
{
|
||||
$this->delay(now()->addSecond(2));
|
||||
$this->onQueue('send_email');
|
||||
$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