|
@@ -127,7 +127,7 @@ |
|
|
block discarded – undo |
|
127
|
127
|
private function loadProperties(ObjectManager $manager): void |
|
128
|
128
|
{ |
|
129
|
129
|
foreach ($this->getPropertyData() as [$operation_id, $category_id, $locality_id, $title, |
|
130
|
|
- $address, $latitude, $longitude, $price, $price_type, ]) { |
|
|
130
|
+ $address, $latitude, $longitude, $price, $price_type, ]) { |
|
131
|
131
|
$property = new Property(); |
|
132
|
132
|
$property->setAuthor($this->getReference('admin')); |
|
133
|
133
|
$property->setOperation($operation_id); |
Please login to merge, or discard this patch.