mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Added getter for ID
This commit is contained in:
parent
eb04453369
commit
46624c4be9
@ -35,4 +35,8 @@ class Country extends StaticModel
|
|||||||
{
|
{
|
||||||
return trans('texts.country_'.$this->name);
|
return trans('texts.country_'.$this->name);
|
||||||
}
|
}
|
||||||
|
public function getID() :string
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user