Navigation Menu

Skip to content

Commit

Permalink
Merge 2c511fd into 9289be0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcansado committed Aug 26, 2019
2 parents 9289be0 + 2c511fd commit aba2eec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FilterResource.php
Expand Up @@ -327,10 +327,6 @@ public function upperFirst()
*/
protected function addRule(FilterRule $rule)
{
if ($this->keys === null) {
$this->filter->addFilterRule($rule);
}

if (is_array($this->keys)) {
foreach ($this->keys as $key) {
$this->filter->addFilterRule($rule, $key);
Expand Down

0 comments on commit aba2eec

Please sign in to comment.