Implement academy analytics, billing, and web stories updates
This commit is contained in:
@@ -66,6 +66,13 @@ final class HybridSimilarArtworksService
|
||||
->whereIn('id', $idSlice)
|
||||
->public()
|
||||
->published()
|
||||
->with([
|
||||
'categories:id,slug,name,content_type_id',
|
||||
'categories.contentType:id,name,slug',
|
||||
'user:id,name,username',
|
||||
'user.profile:user_id,avatar_hash',
|
||||
'group:id,name,slug,avatar_path',
|
||||
])
|
||||
->get()
|
||||
->keyBy('id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user