diff --git a/src/Concerns/Schemata.php b/src/Concerns/Schemata.php index cd4d018b..0d0666fb 100644 --- a/src/Concerns/Schemata.php +++ b/src/Concerns/Schemata.php @@ -368,7 +368,7 @@ public static function getSectionsSchema(): array ->cloneable() ->minItems(1) - ->cloneAction(fn(Action $action) => $action->action(function (Component $component, $arguments) { + ->cloneAction(fn (Action $action) => $action->action(function (Component $component, $arguments) { $items = $component->getState(); $originalItem = $items[$arguments['item']]; $clonedItem = array_merge($originalItem, [