mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Add Twitter User Object and Factory
This commit is contained in:
parent
6665eb76f9
commit
173264eaab
3 changed files with 216 additions and 0 deletions
|
@ -279,6 +279,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Relationship::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Twitter\User
|
||||
*/
|
||||
public static function twitterUser()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Twitter\User::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Notification\Notification
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue