Exemplo n.º 1
0
 /**
  * Begin querying a model with eager loading.
  *
  * @param array|string $relations
  * @return \Illuminate\Database\Eloquent\Builder|static 
  * @static 
  */
 public static function with($relations)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::with($relations);
 }