*/ public function toArray($request) { return [ 'name' => $this->name, 'nami_id' => $this->nami_id, 'id' => $this->id, ]; } }