public function __construct(HttpUtils $httpUtils, array $options, $authAdapter, $userService) { $this->authAdapter = $authAdapter; $this->userService = $userService; parent::__construct($httpUtils, $options); }