enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceConfig::class, 'Google_Service_Container_IdentityServiceConfig');