Always force a baseType

This commit is contained in:
David Bomba 2022-10-24 19:27:40 +11:00
parent cc8de60920
commit 3ceb777fca

View File

@ -45,6 +45,8 @@ class MatchBankTransactionRequest extends Request
{
$inputs = $this->all();
nlog($inputs);
foreach($inputs as $input)
{
nlog($input);