Example #1
0
 /**
  * Get all available countries.
  *
  * @return mixed
  */
 public function getAvailableCountries()
 {
     return $this->country->all();
 }