mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:50:10 +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
|
@ -24,7 +24,6 @@ abstract class BaseCollection extends \ArrayIterator
|
|||
{
|
||||
parent::__construct($models);
|
||||
|
||||
$this->models = $models;
|
||||
$this->totalCount = $totalCount ?? count($models);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue