We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91d048 commit 08fc7b5Copy full SHA for 08fc7b5
1 file changed
src/FormField.php
@@ -73,8 +73,6 @@ public function setContent($data) {
73
return $this;
74
}
75
76
-<<<<<<< Updated upstream
77
-=======
78
public function renderSelectOptions() {
79
ob_start();
80
foreach ($this->select_options as $value => $text) {
@@ -85,7 +83,6 @@ public function renderSelectOptions() {
85
83
return ob_get_clean();
86
84
87
88
->>>>>>> Stashed changes
89
public function render() {
90
if ($this->content) {
91
return $this->content;
0 commit comments