コード例 #1
0
ファイル: ChildRepository.php プロジェクト: octopoda/FLDS
 public function __construct($id)
 {
     $this->child = Child::findorFail($id);
 }