mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify into master
This commit is contained in:
commit
9f2fca0c50
@ -355,7 +355,8 @@ class AdvsController extends PublicController
|
|||||||
if (!is_null($item)) {
|
if (!is_null($item)) {
|
||||||
$categories['cat' . $i] = [
|
$categories['cat' . $i] = [
|
||||||
'name' => $item->name,
|
'name' => $item->name,
|
||||||
'id' => $item->id
|
'id' => $item->id,
|
||||||
|
'slug' => $item->slug
|
||||||
];
|
];
|
||||||
$categories_id[] = $item->id;
|
$categories_id[] = $item->id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user