mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-23 14:34:02 +00:00
update personal information and company information
This commit is contained in:
@@ -57,7 +57,7 @@ class CompanyController extends Controller
|
||||
|
||||
public function company()
|
||||
{
|
||||
return response()->json(['user' => Auth::user()]);
|
||||
return response()->json(['company' => Auth::user()->company()->first()]);
|
||||
}
|
||||
|
||||
public function companyProfile(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user