App\Services\Auth\Back\Mail\ResetPassword::__construct PHP Метод

__construct() публичный Метод

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