From e5aea89555570ea5cc4b169332d6cb17509387d0 Mon Sep 17 00:00:00 2001 From: CodeWithDennis Date: Fri, 17 May 2024 07:22:45 +0000 Subject: [PATCH] Fix styling --- src/SelectTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelectTree.php b/src/SelectTree.php index d76f969..8827347 100644 --- a/src/SelectTree.php +++ b/src/SelectTree.php @@ -585,7 +585,7 @@ public function getCreateOptionAction(): ?Action return $action; } - public function createOptionModalHeading(string | Closure | null $heading): static + public function createOptionModalHeading(string|Closure|null $heading): static { $this->createOptionModalHeading = $heading;