Added getter for ID
This commit is contained in:
parent
eb04453369
commit
46624c4be9
1 changed files with 4 additions and 0 deletions
|
|
@ -35,4 +35,8 @@ class Country extends StaticModel
|
|||
{
|
||||
return trans('texts.country_'.$this->name);
|
||||
}
|
||||
public function getID() :string
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue