X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi.php;h=fe16326de75dec4adc5e30a6069cdb2cd449e869;hb=d3339cfe33553fd43eb5808232ef061686f5d21e;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; - } - }