nova updates

This commit is contained in:
Benjamin Takats
2022-12-01 17:03:52 +01:00
parent 93fd52cd1f
commit ef510043c3
16 changed files with 178 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ class Country extends Resource
*
* @var string
*/
public static $title = 'id';
public static $title = 'name';
/**
* The columns that should be searched.
@@ -30,6 +30,7 @@ class Country extends Resource
*/
public static $search = [
'id',
'name',
];
/**