X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=3a8a9b6d2474eabea20815bed10269ba58cb5fd0;hb=9fbdcb5459e4acb158961427837612999253e046;hp=0b5c9c055849c94b3d793719bfa4ef4589a95001;hpb=255559615871e95a66f2960679d33c2bb5b63bca;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 0b5c9c0558..3a8a9b6d24 100644 --- a/src/DI.php +++ b/src/DI.php @@ -379,6 +379,14 @@ abstract class DI return self::$dice->create(Factory\Api\Mastodon\Status::class); } + /** + * @return Factory\Api\Mastodon\StatusSource + */ + public static function mstdnStatusSource() + { + return self::$dice->create(Factory\Api\Mastodon\StatusSource::class); + } + /** * @return Factory\Api\Mastodon\ScheduledStatus */