Create new ProfileField classes
- Create ProfileField model class - Remove obsolete BaseCollection->models property
This commit is contained in:
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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user