mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:10:11 +00:00
Cleanup Mastodon Factories
This commit is contained in:
parent
88b50313c8
commit
322f0b3ecf
16 changed files with 223 additions and 138 deletions
18
src/Collection/Api/Mastodon/Mentions.php
Normal file
18
src/Collection/Api/Mastodon/Mentions.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
|
||||
namespace Friendica\Collection\Api\Mastodon;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
use Friendica\Object\Api\Mastodon\Mention;
|
||||
|
||||
class Mentions extends BaseCollection
|
||||
{
|
||||
/**
|
||||
* @return Mention
|
||||
*/
|
||||
public function current()
|
||||
{
|
||||
return parent::current();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue