diff --git a/src/Concerns/Designer.php b/src/Concerns/Designer.php index 1e34a689..e3ea2a09 100644 --- a/src/Concerns/Designer.php +++ b/src/Concerns/Designer.php @@ -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)