mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-05 12:56:04 -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',
|
'type' => 'anomaly.field_type.checkboxes',
|
||||||
'config' => [
|
'config' => [
|
||||||
'options' => function (\Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface $categoryRepository) {
|
'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