X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=c89315c0ec98897e532d5eac0837d163eceae43d;hb=aad3803eb9b6e6119b41032759cbcb3d08152cdf;hp=430db847700642f640a1d3ea8d8de3cf0ec275bc;hpb=96b9619608f92d07c231ea14492c50b410f04e9f;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 */