Ejemplo n.º 1
0
 /**
  * Get a new query builder for the model's table.
  *
  * @return \Illuminate\Database\Eloquent\Builder 
  * @static 
  */
 public static function newQuery()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::newQuery();
 }