API: The status is now an object
This commit is contained in:
parent
e9b3a9426a
commit
670bbe58a1
6 changed files with 280 additions and 2 deletions
|
|
@ -382,6 +382,14 @@ abstract class DI
|
|||
return self::$dice->create(Factory\Api\Mastodon\Notification::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Twitter\Status
|
||||
*/
|
||||
public static function twitterStatus()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Twitter\Status::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Twitter\User
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue