Skip to content

Commit 728acf6

Browse files
committed
fix(fieldsfield): remove redefined methond identical to parent
1 parent eda3c11 commit 728acf6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inc/field/fieldsfield.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ public function serializeValue(): string {
369369
return $this->value;
370370
}
371371

372-
public function getRawValue() {
373-
return $this->value;
374-
}
375-
376372
public function deserializeValue($value) {
377373
$this->value = $value;
378374
}

0 commit comments

Comments
 (0)