english_name added

This commit is contained in:
Benjamin Takats
2022-12-17 19:26:06 +01:00
parent 3d09eb5827
commit 4a1b67d10e

View File

@@ -23,7 +23,7 @@ class Country extends Resource
* The single value that should be used to represent the resource when being displayed. * The single value that should be used to represent the resource when being displayed.
* @var string * @var string
*/ */
public static $title = 'name'; public static $title = 'english_name';
/** /**
* The columns that should be searched. * The columns that should be searched.