Skip to content

Commit

Permalink
Update HasMaxWidth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 2, 2025
1 parent 3accfe3 commit 89d0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/src/Pages/Concerns/HasMaxWidth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trait HasMaxWidth
{
protected MaxWidth | string | null $maxWidth = null;
protected Width | string | null $maxWidth = null;

public function getMaxWidth(): Width | string | null
{
Expand Down

0 comments on commit 89d0583

Please sign in to comment.