Add DDD classes for Mastodon\Field entity

This commit is contained in:
Hypolite Petovan 2020-01-23 09:04:00 -05:00
parent 5670c19d5c
commit 07a4bb73fa
4 changed files with 76 additions and 1 deletions

View file

@ -236,6 +236,14 @@ abstract class DI
return self::$dice->create(Factory\Api\Mastodon\Emoji::class);
}
/**
* @return Factory\Api\Mastodon\Field
*/
public static function mstdnField()
{
return self::$dice->create(Factory\Api\Mastodon\Field::class);
}
/**
* @return Factory\Api\Mastodon\FollowRequest
*/