mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'fatihalp' of https://github.com/openclassify/openclassify into fatihalp
This commit is contained in:
commit
c948ecbe87
@ -98,7 +98,7 @@ return [
|
||||
'type' => 'anomaly.field_type.checkboxes',
|
||||
'config' => [
|
||||
'options' => function (\Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface $categoryRepository) {
|
||||
return $categoryRepository->mainCats()->pluck('name', 'id')->all();
|
||||
return $categoryRepository->getMainCategories()->pluck('name', 'id')->all();
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user