|
|
@ -45,6 +45,7 @@ class ParkingWhitelistImport implements ToModel, WithChunkReading |
|
|
); |
|
|
); |
|
|
if ($error_str) { |
|
|
if ($error_str) { |
|
|
$this->error[] = $error_str; |
|
|
$this->error[] = $error_str; |
|
|
|
|
|
return; |
|
|
} |
|
|
} |
|
|
$parking_name = $row[2] ?? ''; |
|
|
$parking_name = $row[2] ?? ''; |
|
|
if (empty($parking_name)) { |
|
|
if (empty($parking_name)) { |
|
|
|