jqh 6 жил өмнө
parent
commit
e5deb273ab

+ 1 - 1
src/Grid/Filter/Between.php

@@ -87,7 +87,7 @@ class Between extends AbstractFilter
 
 
         $this->query = 'whereBetween';
         $this->query = 'whereBetween';
 
 
-        return $this->buildCondition($this->column, $this->value);
+        return $this->buildCondition($this->column, [$value['start'], $value['end']]);
     }
     }
 
 
     /**
     /**