Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Last active June 2, 2016 22:17
Show Gist options
  • Save Sarav-S/3771c0c3d561266813801dcb0d218060 to your computer and use it in GitHub Desktop.
Save Sarav-S/3771c0c3d561266813801dcb0d218060 to your computer and use it in GitHub Desktop.
/**
* Show the form for editing the specified resource.
*
* @param App\User $user
* @return \Illuminate\Http\Response
*/
public function edit($user)
{
return view('users.update', compact('user'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment