Skip to content

Commit 7cb437e

Browse files
committed
Wip
1 parent 7b4d216 commit 7cb437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/ReviewRateable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function ratingTypes();
2626
* @param array $data
2727
* @return \Illuminate\Database\Eloquent\Model
2828
*/
29-
public function addReview(array $data);
29+
public function addReview(array $data, Model $author);
3030

3131
/**
3232
* Add a rating to a specific review.

0 commit comments

Comments
 (0)