mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Create new ProfileField classes
- Create ProfileField model class - Remove obsolete BaseCollection->models property
This commit is contained in:
parent
6857d24995
commit
3297d5c3e6
4 changed files with 156 additions and 1 deletions
10
src/Collection/ProfileFields.php
Normal file
10
src/Collection/ProfileFields.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Collection;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
|
||||
class ProfileFields extends BaseCollection
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue