crash backup
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-21 02:48:19 +00:00
parent bc509dcbf9
commit acb6df3d66

View File

@ -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;