Merge pull request #726 from openclassify/vedatak

fixed register bug
This commit is contained in:
Fatih Alp 2020-10-19 19:38:33 +03:00 committed by GitHub
commit 197ba3f4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();