Passed
Push — main ( 585b37...f5345f )
by Качула
12:53 queued 10:47
created
src/Support/ApiDebugger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $this->queries = [];
37 37
 
38
-        DB::listen(function ($query) {
38
+        DB::listen(function($query) {
39 39
             $this->queries[] = [
40 40
                 'sql' => $query->sql,
41 41
                 'bindings' => $query->bindings,
Please login to merge, or discard this patch.