app = $app; $this->app->appName = 'Backend'; $this->config = $config; UriFactory::setQuery('/app', \strtolower($this->app->appName)); } public function run(HttpRequest $request, HttpResponse $response) : void { } }