*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'path' => $this->path, 'is_visible' => $this->is_visible, 'code' => $this->code, ]; } }