コード例 #1
0
ファイル: SupplyController.php プロジェクト: xinray/html-css
 public function postEdit($id)
 {
     return Supply::editSupply($id);
 }