Fix #155
This commit is contained in:
@ -66,8 +66,6 @@ class RuleSearch extends Rule
|
|||||||
|
|
||||||
if (!$this->validate()) {
|
if (!$this->validate()) {
|
||||||
$query->where('0=1');
|
$query->where('0=1');
|
||||||
var_dump($this->load($params));
|
|
||||||
die();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->make(
|
return $this->make(
|
||||||
|
|||||||
Reference in New Issue
Block a user