Passed
Push — main ( 33c372...37008d )
by Sammy
07:08
created
Tracer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     private function filter($q, $options)
93 93
     {
94 94
         if (isset($options['on'])) {
95
-            $q->whereLike('query_on', $options['on'] . '%');
95
+            $q->whereLike('query_on', $options['on'].'%');
96 96
         }
97 97
 
98 98
         if (isset($options['by'])) {
Please login to merge, or discard this patch.