id = $id; $this->info_id = $info_id; $this->step = $step; $this->fromDate = $fromDate; $this->toDate = $toDate; $this->province_id = $province_id; } public function sheets(): array { return [ 0 => new SafetyAndPrivacyExport($this->id, $this->info_id, $this->step, $this->fromDate, $this->toDate, $this->province_id), ]; } }