*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->id, 'key' => $this->key, 'value' => $this->value, 'parent_id' => $this->parent_id, 'sort' => $this->sort, 'level' => $this->level, 'options' => $this->options, 'image' => $this->image, 'images' => $this->images, 'description' => $this->description, 'content' => $this->content, ]; } }