Merge branch 'asif/contact' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into asif/contact

This commit is contained in:
Aqeeb Imtiaz Harun
2018-07-07 17:24:36 +08:00
19 changed files with 253 additions and 96 deletions
+5 -1
View File
@@ -27,7 +27,11 @@ class CompanyController extends Controller
return response($output);
}
else{return "error";}
else
{
return response()->json(['error'=>'Company not found'], 404);
}
}
public function update(Request $request)