Passed
Branch main (610137)
by Качула
10:48
created
Category
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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]
Please login to merge, or discard this patch.