diff --git a/Controller.php b/Controller.php index 959a9bb..5f6a0dc 100644 --- a/Controller.php +++ b/Controller.php @@ -387,7 +387,7 @@ class Controller extends ModuleAbstract implements WebInterface return; } - $unit = UnitMapper::get((int) ($request->getData('id'))); + $unit = UnitMapper::get((int) $request->getData('id')); $response->set($request->__toString(), $unit->jsonSerialize()); }