add reset password events docs
This commit is contained in:
@ -25,7 +25,7 @@ class ResetPasswordEvent extends Event
|
||||
protected $form;
|
||||
protected $token;
|
||||
|
||||
public function __construct(Token $token, RecoveryForm $form, array $config = [])
|
||||
public function __construct(Token $token = null, RecoveryForm $form = null, array $config = [])
|
||||
{
|
||||
$this->form = $form;
|
||||
$this->token = $token;
|
||||
|
||||
Reference in New Issue
Block a user