feat: user rating and comment
This commit is contained in:
@@ -25,7 +25,11 @@ class Media extends Model
|
||||
'average_rating',
|
||||
'user_rating',
|
||||
'ratings_count',
|
||||
'comments_count'
|
||||
'comments_count',
|
||||
'has_user_commented', // Add this
|
||||
'user_comment', // Add this
|
||||
'user_comment_id', // Add this
|
||||
'has_user_rated' // Add this
|
||||
];
|
||||
public function image()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user