type = $object->getCompanyType(); $contact = $model->contacts()->first(); if ($contact) { $contact->email = $object->getEmail(); $contact->phone = $object->getPhone(); $contact->save(); } return $this->handler($model); } }