$method($model); if (! $relations instanceof Relation) { throw new \LogicException('Relationship method must return an object of type ' .'Illuminate\Database\Eloquent\Relations\Relation'); } $model->setRelation($method, $results = $relations->getResults()); return $results; } }