Skip to content

Commit

Permalink
Merge pull request #3 from laravelcm/patch-fix
Browse files Browse the repository at this point in the history
Fix config
  • Loading branch information
mckenziearts authored May 25, 2024
2 parents 6eafdcb + f4d8d18 commit 7e82c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlideOverComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function closePanelWithEvents(array $events): void

public static function panelMaxWidth(): string
{
return config('livewire-slide-over.slide_over_max_width', 'xl');
return config('livewire-slide-over.component_defaults.slide_over_max_width', 'xl');
}

public static function panelMaxWidthClass(): string
Expand Down

0 comments on commit 7e82c59

Please sign in to comment.