Пример #1
0
 /**
  * @param Model $model
  */
 protected function fillModel(Model $model)
 {
     parent::fillModel($model);
     $this->relation->attach($model, $this->parent);
 }