Exemplo n.º 1
0
 /**
  * Get the relationship for eager loading.
  *
  * @return \Illuminate\Database\Eloquent\Collection
  * @static
  */
 public static function getEager()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Relations\Relation
     return \Illuminate\Database\Eloquent\Relations\HasMany::getEager();
 }