fixed search route

This commit is contained in:
Denis Duliçi 2020-11-12 10:54:13 +03:00
parent 90f47beed3
commit 29c165743f

View File

@ -194,7 +194,7 @@ return [
'route' => 'currencies.index' 'route' => 'currencies.index'
], ],
'contact_id' => [ 'contact_id' => [
'route' => 'customer.index' 'route' => 'customers.index'
], ],
'contact_name' => ['searchable' => true], 'contact_name' => ['searchable' => true],
'contact_email' => ['searchable' => true], 'contact_email' => ['searchable' => true],