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