Create new ProfileField classes

- Create ProfileField model class
- Remove obsolete BaseCollection->models property
This commit is contained in:
Hypolite Petovan 2020-01-19 19:21:30 -05:00
parent 6857d24995
commit 3297d5c3e6
4 changed files with 156 additions and 1 deletions

View file

@ -24,7 +24,6 @@ abstract class BaseCollection extends \ArrayIterator
{
parent::__construct($models);
$this->models = $models;
$this->totalCount = $totalCount ?? count($models);
}