Example #1
0
 /**
  * Make sure the soft-filter is added to min() calls
  */
 public function min($column)
 {
     $this->add_soft_filter();
     return parent::min($column);
 }