Skip to content

Commit 8847300

Browse files
committed
Wip
1 parent cc5672b commit 8847300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ReviewRateable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function reviews(): MorphMany
1515

1616
public function ratingTypes(): array
1717
{
18-
return config('reviewrateable.default_rating_types');
18+
return config('review-rateable.default_rating_types');
1919
}
2020

2121
public function addReview(array $data, Model $author)

0 commit comments

Comments
 (0)