@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | public function __invoke(): void |
48 | 48 | { |
49 | - $appBootstrap = $this->appMeta->name . '\Bootstrap'; |
|
49 | + $appBootstrap = $this->appMeta->name.'\Bootstrap'; |
|
50 | 50 | $bootstrap = class_exists($appBootstrap) ? $appBootstrap : Bootstrap::class; |
51 | 51 | $_SERVER['HTTP_IF_NONE_MATCH'] = '0'; |
52 | 52 | $_SERVER['REQUEST_URI'] = '/'; |