Skip to content

Commit 45d0e34

Browse files
committed
fix(selectfield): duplicate declaration of method
1 parent 7f3e11a commit 45d0e34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inc/fields/selectfield.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ public function getEmptyParameters() {
137137
return [];
138138
}
139139

140-
public function getEmptyParameters() {
141-
return [];
142-
}
143-
144140
public function equals($value) {
145141
return $this->value == $value;
146142
}

0 commit comments

Comments
 (0)