Skip to content

Commit 08fc7b5

Browse files
committed
Fix
1 parent f91d048 commit 08fc7b5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/FormField.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public function setContent($data) {
7373
return $this;
7474
}
7575

76-
<<<<<<< Updated upstream
77-
=======
7876
public function renderSelectOptions() {
7977
ob_start();
8078
foreach ($this->select_options as $value => $text) {
@@ -85,7 +83,6 @@ public function renderSelectOptions() {
8583
return ob_get_clean();
8684
}
8785

88-
>>>>>>> Stashed changes
8986
public function render() {
9087
if ($this->content) {
9188
return $this->content;

0 commit comments

Comments
 (0)