update
This commit is contained in:
@ -59,7 +59,7 @@ class NewsService extends BaseService
|
|||||||
if (isset($relationId[$id])) {
|
if (isset($relationId[$id])) {
|
||||||
$query->whereIn('platform', $relationId[$id]);
|
$query->whereIn('platform', $relationId[$id]);
|
||||||
} else {
|
} else {
|
||||||
$query->whereIn('platform', $id);
|
$query->where('platform', $id);
|
||||||
}
|
}
|
||||||
|
|
||||||
$query->select(['id'])
|
$query->select(['id'])
|
||||||
|
Reference in New Issue
Block a user