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