コード例 #1
0
ファイル: crudController.php プロジェクト: csgt/components
 public function update($id)
 {
     return Crud::store($id);
 }