X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi.php;h=fe16326de75dec4adc5e30a6069cdb2cd449e869;hb=d2a1da5271b61c79d21fb7201d93a9340a7c644c;hp=21ee58073123af9c7a33bc7a0a012ed50c664331;hpb=e367c7b0504923a1a5cbf68cbd8ad819b29734c8;p=civicrm-core.git diff --git a/Civi.php b/Civi.php index 21ee580731..fe16326de7 100644 --- a/Civi.php +++ b/Civi.php @@ -115,11 +115,4 @@ class Civi { return \Civi\Core\Container::getBootService('settings_manager')->getBagByDomain($domainID); } - /** - * @return \CRM_Utils_System_Base - */ - public static function userSystem() { - return CRM_Core_Config::singleton()->userSystem; - } - }