mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Add DDD classes for Mastodon\Field entity
This commit is contained in:
parent
5670c19d5c
commit
07a4bb73fa
4 changed files with 76 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue