bugs fixing
This commit is contained in:
@@ -175,6 +175,7 @@ class ManageUserProductController extends Controller
|
||||
$noData = false;
|
||||
$monthlyUpdate = MonthlyUpdateAlternativeInvestmentFund::where('custom_id', $user->custom_id)->get();
|
||||
}
|
||||
// dd($monthlyUpdate);
|
||||
|
||||
if ($noData) {
|
||||
abort(404);
|
||||
|
||||
Reference in New Issue
Block a user