add avatar on account-settings

This commit is contained in:
yogesh_gohil
2019-11-21 18:45:22 +05:30
parent 4ec34550ed
commit 812afc2dab
18 changed files with 262 additions and 28 deletions

View File

@ -251,6 +251,7 @@ class CompanyController extends Controller
}
return response()->json([
'user' => $user,
'success' => true
]);
}