|
|
@ -27,6 +27,9 @@ class ParkingSpaceRepairImport implements ToModel, WithChunkReading |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
$this->index += 1; |
|
|
$this->index += 1; |
|
|
|
|
|
if (!$row[1] && !$row[2] && !$row[3] && !$row[4] && !$row[5]) { |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
$space_number = $row[1] ?? ''; |
|
|
$space_number = $row[1] ?? ''; |
|
|
if (empty($space_number)) { |
|
|
if (empty($space_number)) { |
|
|
$this->error[] = imports_error($this->index, 'import15'); |
|
|
$this->error[] = imports_error($this->index, 'import15'); |
|
|
|