normalization = $normalization; } public function __invoke(ServerRequest $request): void { $newtables = json_decode($_POST['newTables'], true); $res = $this->normalization->createNewTablesFor3NF($newtables, $GLOBALS['db']); $this->response->addJSON($res); } }