Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh authored and github-actions[bot] committed Mar 17, 2024
1 parent 59e009f commit 62793af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Columns/RatingColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public function getView(): string
{
return $this->getTheme()->getView() . '.column';
}
}
}
2 changes: 1 addition & 1 deletion src/Concerns/HasStars.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function shouldAllowZero(): bool
{
return $this->allowZero;
}
}
}
2 changes: 1 addition & 1 deletion src/Concerns/HasThemes.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public function getTheme(): RatingTheme
{
return $this->theme;
}
}
}

0 comments on commit 62793af

Please sign in to comment.