mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 02:21:45 +00:00
Replace classes
This commit is contained in:
@@ -121,8 +121,8 @@ class Navigation
|
||||
if ($workEnd->gt($start)) {
|
||||
while ($workEnd->gt($start) && $loopCount < 20) {
|
||||
// make range:
|
||||
$workStart = app('navigation')->startOfPeriod($workStart, '1Y');
|
||||
$workEnd = app('navigation')->endOfPeriod($workStart, '1Y');
|
||||
$workStart = \FireflyIII\Support\Facades\Navigation::startOfPeriod($workStart, '1Y');
|
||||
$workEnd = \FireflyIII\Support\Facades\Navigation::endOfPeriod($workStart, '1Y');
|
||||
|
||||
// make sure we don't go overboard
|
||||
if ($workEnd->gt($start)) {
|
||||
|
||||
Reference in New Issue
Block a user