Use emoji instead of SVG flags
This commit is contained in:
parent
0c4b055cf9
commit
2add291023
6 changed files with 99 additions and 21 deletions
|
@ -87,4 +87,9 @@ class Locale
|
|||
{
|
||||
return strtolower($this->region);
|
||||
}
|
||||
|
||||
public function getCountry()
|
||||
{
|
||||
return country($this->getIso3166());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue