*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'code' => $this->code, 'status' => $this->status, 'const' => $this->const, 'begin' => $this->begin, 'end' => $this->end, 'available_days' => $this->available_days, ]; } }