@@ -50,7 +50,7 @@ |
||
50 | 50 | */ |
51 | 51 | protected function registerMiddleware(): void |
52 | 52 | { |
53 | - $this->app->booted(fn() => tap($this->app->make(Router::class), function (Router $router) { |
|
53 | + $this->app->booted(fn() => tap($this->app->make(Router::class), function(Router $router) { |
|
54 | 54 | $router->middlewareGroup('api', array_merge( |
55 | 55 | $router->getMiddlewareGroups()['api'] ?? [], |
56 | 56 | [ApiDebuggerMiddleware::class] |