sqlController = $sqlController; $this->structureController = $structureController; } public function __invoke(ServerRequest $request): void { $GLOBALS['reload'] = $GLOBALS['reload'] ?? null; ($this->sqlController)(); $GLOBALS['reload'] = true; ($this->structureController)($request); } }