Skip to content

Commit

Permalink
Merge branch 'section-visibility' of github.com:lara-zeus/bolt into s…
Browse files Browse the repository at this point in the history
…ection-visibility
  • Loading branch information
atmonshi committed Oct 28, 2023
2 parents a3b8f35 + e616bd0 commit 7d690ab
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 @@ -88,7 +88,7 @@ private static function drawFields(ZeusSection $section, bool $inline): array
return $fields;
}

private static function drawSections(Form $zeusForm, \LaraZeus\Bolt\Models\Section $section, array $fields): Tab | Step | Section
private static function drawSections(Form $zeusForm, ZeusSection $section, array $fields): Tab | Step | Section
{
$component = Section::make($section->name)
->description($section->description)
Expand Down

0 comments on commit 7d690ab

Please sign in to comment.