X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=c89315c0ec98897e532d5eac0837d163eceae43d;hb=3cc3bfe531b9e4e3f77d906cf279e1181c8cafa3;hp=430db847700642f640a1d3ea8d8de3cf0ec275bc;hpb=a3028e69aa98bc0197285116fb6cebeb89cd23de;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 430db84770..c89315c0ec 100644 --- a/src/DI.php +++ b/src/DI.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica; @@ -364,6 +383,14 @@ abstract class DI return self::$dice->create(Util\ACLFormatter::class); } + /** + * @return string + */ + public static function basePath() + { + return self::$dice->create('$basepath'); + } + /** * @return Util\DateTimeFormat */