@ -37,6 +37,9 @@ class ParkingPatternImport implements ToModel
return;
}
$this->index += 1;
if (empty($row[1]) && empty($row[2])) {
if (empty($row[1])) {
$this->error[] = imports_error($this->index, 'import15');