mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-23 14:34:02 +00:00
added fk for wrn, added user inetrgration
This commit is contained in:
@@ -29,8 +29,8 @@ class CompanyController extends Controller
|
||||
$company->state=$request->input('state');
|
||||
$company->country=$request->input('country');
|
||||
$company->contact_person=$request->input('contact_person');
|
||||
|
||||
$company->save();
|
||||
|
||||
return response()->json(['company'=>$company],200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user