Exemple #1
0
 /**
  * Find related child objects of this model.
  * @param $child string|Model
  * @return Collection
  */
 public function related($child)
 {
     return Relationship::collection($this, $child);
 }