fixed register bug

This commit is contained in:
vedatakd 2020-10-19 12:48:51 +03:00
parent 8dcc55da57
commit aaf85e04a8

View File

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