Пример #1
0
 /**
  * Set the relationships being eagerly loaded.
  *
  * @param array $eagerLoad
  * @return $this 
  * @static 
  */
 public static function setEagerLoads($eagerLoad)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Builder
     return \October\Rain\Database\Builder::setEagerLoads($eagerLoad);
 }