mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
remove success
This commit is contained in:
@@ -28,9 +28,11 @@ class CompanyController extends Controller
|
||||
|
||||
return response($output);
|
||||
}
|
||||
|
||||
else
|
||||
|
||||
return response()->json(['success'=> false, 'error'=>'Company not found'], 404);
|
||||
{
|
||||
return response()->json(['error'=>'Company not found'], 404);
|
||||
}
|
||||
}
|
||||
|
||||
public function update(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user