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