close #1831 Fixed: Unable to select company on New User Step

This commit is contained in:
Cüneyt Şentürk 2021-02-10 17:06:35 +03:00
parent baa9bc64d7
commit 9efca137a0

View File

@ -114,6 +114,7 @@ return [
App\Models\Common\Company::class => [
'columns' => [
'domain' => ['searchable' => true],
'settings.value' => ['searchable' => true],
'enabled' => ['boolean' => true],
],
],