mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-22 14:34:58 -07:00
more progress
This commit is contained in:
@@ -155,6 +155,7 @@ trait PeriodOverview
|
||||
'revenue' => 'earned',
|
||||
'transfer' => 'transferred',
|
||||
'transfers' => 'transferred',
|
||||
'all' => 'all',
|
||||
];
|
||||
if (!array_key_exists($type, $setTypes)) {
|
||||
throw new FireflyException(sprintf('[c] Cannot deal with type "%s"', $type));
|
||||
|
||||
Reference in New Issue
Block a user