$data['id']]); } else { HumanAnchor::destroy($data['id']); } return true; } catch (\Exception $exception) { self::setError($exception->getMessage()); return false; } } }