Finished Building -> termination
This commit is contained in:
@@ -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;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user