Browse code

Add geodata fields

Benjamin Roth authored on01/10/2024 13:32:24
Showing1 changed files
... ...
@@ -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
     }