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