Skip to content

Commit

Permalink
Update Designer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Nov 1, 2023
1 parent fb26541 commit ca88806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Designer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function ui(Form $zeusForm, bool $inline = false): array
return $sections;
}

private static function drawExt(Form $zeusForm): Section | array
private static function drawExt(Form $zeusForm): array
{
$getExtComponent = Extensions::init($zeusForm, 'formComponents');

Expand Down

0 comments on commit ca88806

Please sign in to comment.