Exemplo n.º 1
0
 /**
  * Get a reference to the ISO-3166 (Countries) singleton.
  *
  * @return \JeremyWorboys\IsoCodes\Countries
  */
 public static function countries()
 {
     return Countries::sharedInstance();
 }