mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Code cleanup.
This commit is contained in:
@@ -5,7 +5,6 @@ namespace FireflyIII\Support;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* Class Navigation
|
||||
|
||||
@@ -240,7 +240,7 @@ class Journal extends Twig_Extension
|
||||
$cache->addProperty('transaction');
|
||||
$cache->addProperty('budget-string');
|
||||
if ($cache->has()) {
|
||||
return $cache->get();
|
||||
return $cache->get();
|
||||
}
|
||||
|
||||
$budgets = [];
|
||||
@@ -270,7 +270,7 @@ class Journal extends Twig_Extension
|
||||
$cache->addProperty('transaction');
|
||||
$cache->addProperty('category-string');
|
||||
if ($cache->has()) {
|
||||
return $cache->get();
|
||||
return $cache->get();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user