/** * Get the base resource * * @return string */ protected function getRelatedBaseResource() { return $this->related->getBaseResource(); }
protected function updateAttachmentsToModel($response) { $model = $this->initModelFromRelation($this->postResource); $this->model->setAttribute($this->postResource, $this->getCollectionFromResponse($response, $model)); }