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 7cb437e commit cc5672bCopy full SHA for cc5672b
src/Traits/ReviewRateable.php
@@ -3,6 +3,7 @@
3
namespace Codebyray\ReviewRateable\Traits;
4
5
use Codebyray\ReviewRateable\Models\Review;
6
+use Illuminate\Database\Eloquent\Model;
7
use Illuminate\Database\Eloquent\Relations\MorphMany;
8
9
trait ReviewRateable
0 commit comments