bookingId = $data['id']; } public function toArray(): array { return [ 'id' => $this->bookingId, ]; } }