コード例 #1
0
ファイル: foodAlternates.php プロジェクト: ncowan15/FoodApp3
 public function create()
 {
     return FoodAlternate::create($this->params);
 }