コード例 #1
0
ファイル: ZipCode.php プロジェクト: wsorprendente/zipcode
 /**
  * Get all available countries.
  *
  * @return mixed
  */
 public function getAvailableCountries()
 {
     return $this->country->all();
 }