Completed
Push — master ( fe49f7...53f56c )
by Peter
02:15
created
src/Api/Betting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         ];
42 42
 
43 43
         if (in_array($this->method, $lists) && empty($this->params[ 'filter' ])) {
44
-            $this->params['filter'] = new \stdClass;
44
+            $this->params[ 'filter' ] = new \stdClass;
45 45
         }
46 46
     }
47 47
 
Please login to merge, or discard this patch.