Skip to content

Commit

Permalink
fix(selectfield): duplicate declaration of method
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Aug 22, 2019
1 parent 7f3e11a commit 45d0e34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inc/fields/selectfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ public function getEmptyParameters() {
return [];
}

public function getEmptyParameters() {
return [];
}

public function equals($value) {
return $this->value == $value;
}
Expand Down

0 comments on commit 45d0e34

Please sign in to comment.