WIP
This commit is contained in:
@@ -150,7 +150,7 @@ class FilterController extends Controller
|
|||||||
->map(fn ($category) => [
|
->map(fn ($category) => [
|
||||||
'id' => $category->id,
|
'id' => $category->id,
|
||||||
'parent_id' => $category->parent_id,
|
'parent_id' => $category->parent_id,
|
||||||
'name' => tr($category->name),
|
'name' => $category->name,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user