*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, 'is_menus' => $this->is_menus, 'default_check' => $this->default_check, ]; } }