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 7b4d216 commit 7cb437eCopy full SHA for 7cb437e
src/Contracts/ReviewRateable.php
@@ -26,7 +26,7 @@ public function ratingTypes();
26
* @param array $data
27
* @return \Illuminate\Database\Eloquent\Model
28
*/
29
- public function addReview(array $data);
+ public function addReview(array $data, Model $author);
30
31
/**
32
* Add a rating to a specific review.
0 commit comments