mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Switch should have default thing.
This commit is contained in:
@@ -587,6 +587,8 @@ class AccountController extends Controller
|
||||
$entries = [];
|
||||
$current = clone $start;
|
||||
switch ($step) {
|
||||
default:
|
||||
break;
|
||||
case '1D':
|
||||
// per day the entire period, balance for every day.
|
||||
$format = (string) trans('config.month_and_day', [], $locale);
|
||||
|
Reference in New Issue
Block a user