mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Use correct methods.
This commit is contained in:
@@ -246,6 +246,8 @@ class RecurrenceFormRequest extends Request
|
|||||||
$sourceId = null;
|
$sourceId = null;
|
||||||
$destinationId = null;
|
$destinationId = null;
|
||||||
|
|
||||||
|
// TODO typeOverrule: the account validator may have another opinion on the transaction type.
|
||||||
|
|
||||||
switch ($this->string('transaction_type')) {
|
switch ($this->string('transaction_type')) {
|
||||||
default:
|
default:
|
||||||
throw new FireflyException(sprintf('Cannot handle transaction type "%s"', $this->string('transaction_type'))); // @codeCoverageIgnore
|
throw new FireflyException(sprintf('Cannot handle transaction type "%s"', $this->string('transaction_type'))); // @codeCoverageIgnore
|
||||||
|
|||||||
Reference in New Issue
Block a user