X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseObject.php;h=20481884517e565123d8b17f7038a6033250525a;hb=fd706cf9a7a0c4700838a1f00b12d8fd37323b7c;hp=996824f4a132b631dddfbad6a6296f6a5f5905fd;hpb=70023dccbddb2fdf620010f8daf63042184611bf;p=friendica.git diff --git a/src/BaseObject.php b/src/BaseObject.php index 996824f4a1..2048188451 100644 --- a/src/BaseObject.php +++ b/src/BaseObject.php @@ -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.');