diff --git a/src/Columns/RatingColumn.php b/src/Columns/RatingColumn.php index 27a2cd5..819ce38 100644 --- a/src/Columns/RatingColumn.php +++ b/src/Columns/RatingColumn.php @@ -15,4 +15,4 @@ public function getView(): string { return $this->getTheme()->getView() . '.column'; } -} \ No newline at end of file +} diff --git a/src/Concerns/HasStars.php b/src/Concerns/HasStars.php index 92205ae..ff208f1 100644 --- a/src/Concerns/HasStars.php +++ b/src/Concerns/HasStars.php @@ -31,4 +31,4 @@ public function shouldAllowZero(): bool { return $this->allowZero; } -} \ No newline at end of file +} diff --git a/src/Concerns/HasThemes.php b/src/Concerns/HasThemes.php index 37ff483..7a1f47d 100644 --- a/src/Concerns/HasThemes.php +++ b/src/Concerns/HasThemes.php @@ -19,4 +19,4 @@ public function getTheme(): RatingTheme { return $this->theme; } -} \ No newline at end of file +}