Example #1
0
 public function __construct($id)
 {
     $this->child = Child::findorFail($id);
 }