mirror of
https://github.com/Karaka-Management/oms-LoanManagement.git
synced 2026-01-11 17:18:41 +00:00
crash backup
This commit is contained in:
parent
bc509dcbf9
commit
acb6df3d66
|
|
@ -96,7 +96,7 @@ final class BackendController extends Controller
|
|||
$view->data['loan'] = LoanMapper::get()
|
||||
->with('loanProvider')
|
||||
->with('loanProvider/account')
|
||||
->where('id', (int) $request->getData('id'))
|
||||
->where('id', $request->getDataInt('id') ?? 0)
|
||||
->execute();
|
||||
|
||||
return $view;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user