It seems country() can return an array too
This commit is contained in:
parent
2e80129c63
commit
09a1aa1422
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Locale
|
||||||
/**
|
/**
|
||||||
* Get country information from locale.
|
* Get country information from locale.
|
||||||
*
|
*
|
||||||
* @return \Rinvex\Country\Country
|
* @return \Rinvex\Country\Country|array
|
||||||
*/
|
*/
|
||||||
public function getCountry()
|
public function getCountry()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue