Devise\Pages\Models\ModelManager::createModel PHP Метод

createModel() защищенный Метод

Creates a new model for the first field type it finds
protected createModel ( [type] $fields ) : [type]
$fields [type]
Результат [type]
    protected function createModel($fields)
    {
        return $this->Container->make($fields[0]['model_type']);
    }