コード例 #1
0
ファイル: OwnerController.php プロジェクト: encry2024/inv_5_2
 /**
  * Update the specified resource in storage.
  *
  * @param  int  $id
  * @return Response
  */
 public function update($slug)
 {
     $edit_owner = Owner::editOwner($slug);
     return $edit_owner;
 }