Example #1
0
 /**
  * Sets the provider to use.
  *
  * @param string $name A provider's name
  * @return \Geocoder\GeocoderInterface 
  * @static 
  */
 public static function using($name)
 {
     return \Geocoder\Geocoder::using($name);
 }