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