Upgrade package category and dependencies for php8.0
This commit is contained in:
@@ -12,7 +12,7 @@ class CategoriesDataTable extends DataTable
|
||||
|
||||
public function query(Category $model)
|
||||
{
|
||||
$model = $model::with(['tags.articles'])->withCount(['articles','tags']);
|
||||
$model = $model::with(['tags.articles'])->withCount(['articles', 'tags']);
|
||||
return $this->buildQuery($model);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user