예제 #1
0
 /**
  * Begin querying the model.
  *
  * @return \Illuminate\Database\Eloquent\Builder 
  * @static 
  */
 public static function query()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::query();
 }