Example #1
0
 public static function byCountry($country_isocode_2)
 {
     return \Shop\Models\Regions::find(array('country_isocode_2' => $country_isocode_2));
 }