mirror of
https://github.com/friendica/friendica
synced 2024-12-22 19:20:17 +00:00
Fix errors in Collection namespace
This commit is contained in:
parent
139ddbd1de
commit
fef844cc68
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
namespace Friendica\Collection\Api\Mastodon;
|
namespace Friendica\Collection\Api\Mastodon;
|
||||||
|
|
||||||
use Friendica\Api\Entity\Mastodon\Field;
|
|
||||||
use Friendica\BaseCollection;
|
use Friendica\BaseCollection;
|
||||||
|
use Friendica\Object\Api\Mastodon\Field;
|
||||||
|
|
||||||
class Fields extends BaseCollection
|
class Fields extends BaseCollection
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue