mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Moving stuff around, optimising charts.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace FireflyIII\Support;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* Class Navigation
|
||||
@@ -107,7 +108,9 @@ 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