mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 17:30:27 -05:00
fix: BonExchangeController
- there is no position column
This commit is contained in:
@@ -27,7 +27,7 @@ class BonExchangeController extends Controller
|
||||
public function index(): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
{
|
||||
return view('Staff.bon_exchange.index', [
|
||||
'bonExchanges' => BonExchange::orderBy('position')->get(),
|
||||
'bonExchanges' => BonExchange::all(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user