... | ... |
@@ -31,7 +31,6 @@ class ReManagedPropertiesContainerListener |
31 | 31 |
if (!$dc->id || ($Property = ManagedPropertyModel::findByPk($dc->id)) === null) { |
32 | 32 |
return; |
33 | 33 |
} |
34 |
- dump($this->db); |
|
35 | 34 |
|
36 | 35 |
$this->db->update('tl_vr_real_estate_assets', ['geox' => $Property->geox, 'geoy' => $Property->geoy],['managedPropertyId' => $dc->id]); |
37 | 36 |
} |