mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename method
This commit is contained in:
@@ -43,8 +43,8 @@ class MoveTransactionsRequest extends FormRequest
|
||||
public function getAll(): array
|
||||
{
|
||||
return [
|
||||
'original_account' => $this->integer('original_account'),
|
||||
'destination_account' => $this->integer('destination_account'),
|
||||
'original_account' => $this->convertInteger('original_account'),
|
||||
'destination_account' => $this->convertInteger('destination_account'),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user