Passed
Push — main ( ecbf01...8eb3ca )
by Качула
04:24 queued 02:06
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.