App\Services\Auth\Front\Mail\ResetPassword::__construct PHP Method

__construct() public method

Create a new message instance.
public __construct ( User $user, string $token )
$user App\Services\Auth\Front\User
$token string
    public function __construct(User $user, string $token)
    {
        $this->user = $user;
        $this->token = $token;
    }