]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseObject.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / BaseObject.php
index 996824f4a132b631dddfbad6a6296f6a5f5905fd..20481884517e565123d8b17f7038a6033250525a 100644 (file)
@@ -54,7 +54,7 @@ class BaseObject
         *
         * @throws InternalServerErrorException
         */
-       protected static function getClass(string $name)
+       public static function getClass(string $name)
        {
                if (empty(self::$dice)) {
                        throw new InternalServerErrorException('DICE isn\'t initialized.');