Skip to content
Snippets Groups Projects
Commit dcaed14c authored by Martin's avatar Martin
Browse files

Change ( Return of user profile )

parent c3f0d7eb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class UserController extends Controller
*/
public function getProfile()
{
return view('user.profile')->with('user' , Auth::user());
return view('user.profile')->with(Auth::user());
}
 
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment