X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=c89315c0ec98897e532d5eac0837d163eceae43d;hb=f5f62d3f42faf6fda931f2c28de9e58c2a665d5c;hp=39efe2a97bfd35feb41fd1e6be02368ca32a58e2;hpb=2ec3a97393959e42d450e074271d2d622d25701f;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 39efe2a97b..c89315c0ec 100644 --- a/src/DI.php +++ b/src/DI.php @@ -383,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 */