added fk for wrn, added user inetrgration

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-06-27 11:22:34 +08:00
parent 9046d70b5c
commit 93a5e93ce2
4 changed files with 106 additions and 35 deletions
+1 -1
View File
@@ -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);
}