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