We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5672b commit 8847300Copy full SHA for 8847300
src/Traits/ReviewRateable.php
@@ -15,7 +15,7 @@ public function reviews(): MorphMany
15
16
public function ratingTypes(): array
17
{
18
- return config('reviewrateable.default_rating_types');
+ return config('review-rateable.default_rating_types');
19
}
20
21
public function addReview(array $data, Model $author)
0 commit comments