Skip to content

Commit

Permalink
remove ray
Browse files Browse the repository at this point in the history
  • Loading branch information
theimerj committed Nov 30, 2023
1 parent dd6c347 commit 3d27040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Domain/Reviews/Traits/InteractsWithReviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public function reviewRating(): Attribute
/** @var ReviewBuilder $reviewBuilder */
$reviewBuilder = $this->reviews();

ray($reviewBuilder);

return $reviewBuilder->avg('rating');
}
);
Expand Down

0 comments on commit 3d27040

Please sign in to comment.