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