Ejemplo n.º 1
0
 /**
  * Update the specified resource in storage.
  *
  * @param  int  $id
  * @return Response
  */
 public function update($slug)
 {
     $edit_owner = Owner::editOwner($slug);
     return $edit_owner;
 }