wip
This commit is contained in:
@@ -25,6 +25,7 @@ class CardBalanceController extends Controller
|
|||||||
return response()->json(
|
return response()->json(
|
||||||
CardBalance::query()
|
CardBalance::query()
|
||||||
->where('user_id', auth()->id())
|
->where('user_id', auth()->id())
|
||||||
|
->latest()
|
||||||
->get()
|
->get()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user