mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
commit
197ba3f4d3
@ -79,7 +79,7 @@ return [
|
|||||||
'required' => false,
|
'required' => false,
|
||||||
'config' => [
|
'config' => [
|
||||||
'default_value' => function () {
|
'default_value' => function () {
|
||||||
return [config('visiosoft.theme.base::countries.default')];
|
return config('visiosoft.theme.base::countries.default');
|
||||||
},
|
},
|
||||||
'options' => function () {
|
'options' => function () {
|
||||||
$array = CountryModel::query()->get()->pluck('name', 'abv')->toArray();
|
$array = CountryModel::query()->get()->pluck('name', 'abv')->toArray();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user