nestedRelations() protected method

Get the deeply nested relations for a given top-level relation.
protected nestedRelations ( string $relation ) : array
$relation string
return array
Example #1
0
 /**
  * Get the deeply nested relations for a given top-level relation.
  *
  * @param string $relation
  * @return array 
  * @static 
  */
 public static function nestedRelations($relation)
 {
     return \Illuminate\Database\Eloquent\Builder::nestedRelations($relation);
 }