mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-20 21:14:15 +00:00
Merge branch 'asif/contact' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into asif/contact
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user