Always force a baseType
This commit is contained in:
parent
215a0d298a
commit
028b6f29f1
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class MatchBankTransactionRequest extends Request
|
|||
if(isset($input['ninja_category_id']) && strlen($input['ninja_category_id']) >= 1)
|
||||
$input['ninja_category_id'] = $this->decodePrimaryKey($input['ninja_category_id']);
|
||||
|
||||
$input = $this->decodePrimaryKeys($input);
|
||||
// $input = $this->decodePrimaryKeys($input);
|
||||
}
|
||||
|
||||
$this->replace($inputs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue