Skip to content

Commit 8a158c8

Browse files
committed
Add ratings stats
1 parent a17919c commit 8a158c8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Contracts/ReviewRateableContract.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ public function ratingCounts(?string $department = null, bool $approved = true):
150150
* @return array
151151
*/
152152
public function ratingStats(?string $department = null, bool $approved = true): array;
153-
154153
}

src/Services/ReviewRateableService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace Codebyray\ReviewRateable\Services;
44

55
use Codebyray\ReviewRateable\Contracts\ReviewRateableContract;
6-
use Codebyray\ReviewRateable\Models\Rating;
7-
use Codebyray\ReviewRateable\Models\Review;
86
use Exception;
97
use Illuminate\Database\Eloquent\Collection;
108

0 commit comments

Comments
 (0)