mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Expand cache. [skip ci]
This commit is contained in:
@@ -255,6 +255,7 @@ class BudgetController extends Controller
|
|||||||
$cache->addProperty($end);
|
$cache->addProperty($end);
|
||||||
$cache->addProperty($reportType);
|
$cache->addProperty($reportType);
|
||||||
$cache->addProperty($accounts);
|
$cache->addProperty($accounts);
|
||||||
|
$cache->addProperty($budget->id);
|
||||||
$cache->addProperty('budget');
|
$cache->addProperty('budget');
|
||||||
$cache->addProperty('period');
|
$cache->addProperty('period');
|
||||||
if ($cache->has()) {
|
if ($cache->has()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user