/**
  * Get the results of the relationship.
  *
  * @return mixed
  * @static
  */
 public static function getResults()
 {
     return \Illuminate\Database\Eloquent\Relations\HasMany::getResults();
 }