API: accounts and trends
This commit is contained in:
@@ -255,6 +255,14 @@ abstract class DI
|
||||
return self::$dice->create(Factory\Api\Mastodon\Emoji::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Error
|
||||
*/
|
||||
public static function mstdnError()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\Error::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Field
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user