Skip to content

Commit 9952e94

Browse files
Remove function
1 parent ec9af8f commit 9952e94

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/SelectTree.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,7 @@ public function getCreateOptionModalHeading(): ?string
413413
{
414414
return $this->evaluate($this->createOptionModalHeading);
415415
}
416-
417-
public function manageOptionForm(array|Closure|null $schema): static
418-
{
419-
$this->createOptionForm($schema);
420-
421-
return $this;
422-
}
423-
416+
424417
public function createOptionForm(array|Closure|null $schema): static
425418
{
426419
$this->createOptionActionForm = $schema;

0 commit comments

Comments
 (0)