public function __construct(User $user, string $token) { $this->user = $user; $this->token = $token; }