Finished Building -> termination

This commit is contained in:
Frank Schubert
2021-07-29 17:07:35 +02:00
parent 4ff09b319b
commit 112df1a958
7 changed files with 162 additions and 687 deletions

View File

@@ -15,17 +15,10 @@ class DashboardController extends mfBaseController {
}
/*
protected function testAction() {
$search = [
'street' => "Kastellfeldgasse 20",
'zip' => "8010",
'city' => "Graz",
'country' => "AT"
];
$b = new Building(7);
var_dump($b->getNewObjectCode());exit;
$coords = Gmaps_Geocoding::getCoords($search);
var_dump($coords);
exit;
}*/
}
}