Completed
Pull Request — master (#2113)
by
unknown
03:01
created
src/Grid/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
             }
170 170
         }
171 171
         $inputs = array_dot($input);
172
-        $inputs = array_filter($inputs, function ($input) {
172
+        $inputs = array_filter($inputs, function($input) {
173 173
             return $input !== '' && !is_null($input);
174 174
         });
175 175
 
Please login to merge, or discard this patch.