예제 #1
0
 /**
  * Set the connection associated with the model.
  *
  * @param string $name
  * @return $this 
  * @static 
  */
 public static function setConnection($name)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::setConnection($name);
 }