|
|
@ -61,7 +61,7 @@ class ParkingSpaceRepairImport implements ToModel, WithChunkReading |
|
|
$this->error[] = imports_error($this->index, 'import31'); |
|
|
$this->error[] = imports_error($this->index, 'import31'); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (empty(!$end_times)) { |
|
|
if (!$end_times) { |
|
|
$this->error[] = imports_error($this->index, 'import32'); |
|
|
$this->error[] = imports_error($this->index, 'import32'); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|