mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Refactoring.
This commit is contained in:
@@ -108,9 +108,7 @@ class Navigation
|
||||
$currentEnd->$function();
|
||||
}
|
||||
if (in_array($repeatFreq, $subDay)) {
|
||||
Log::debug('Before subday: ' . $currentEnd->format('Y-m-d'));
|
||||
$currentEnd->subDay();
|
||||
Log::debug('After subday: ' . $currentEnd->format('Y-m-d'));
|
||||
}
|
||||
|
||||
return $currentEnd;
|
||||
|
Reference in New Issue
Block a user