示例#1
0
 /**
  * Get the relationships being eagerly loaded.
  *
  * @return array 
  * @static 
  */
 public static function getEagerLoads()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Builder
     return \October\Rain\Database\Builder::getEagerLoads();
 }