update personal information and company information

This commit is contained in:
Surendran
2018-08-11 12:50:24 +08:00
parent cb8ce07406
commit 7852eea2fb
5 changed files with 103 additions and 37 deletions
+1
View File
@@ -159,6 +159,7 @@ class AuthController extends Controller
return response()->json(['success'=> true, 'message'=> 'Profile updated.'], 200);
}
public function show()
{
return response()->json(['user' => Auth::user()]);