App\Notifications\Auth\ResetPasswordNotification::__construct PHP Method

__construct() public method

Create a new notification instance.
public __construct ( $token ) : void
return void
    public function __construct($token)
    {
        $this->token = $token;
    }
ResetPasswordNotification