@@ -69,7 +69,7 @@ |
||
69 | 69 | */ |
70 | 70 | protected function startDebug(): void |
71 | 71 | { |
72 | - $this->app->booted(function () { |
|
72 | + $this->app->booted(function() { |
|
73 | 73 | app(ApiDebugger::class)->startDebug(); |
74 | 74 | }); |
75 | 75 | } |