Expand cache. [skip ci]

This commit is contained in:
James Cole 2016-04-24 20:25:35 +02:00
parent fe0b62b9b4
commit 89ff5a83b5

View File

@ -255,6 +255,7 @@ class BudgetController extends Controller
$cache->addProperty($end);
$cache->addProperty($reportType);
$cache->addProperty($accounts);
$cache->addProperty($budget->id);
$cache->addProperty('budget');
$cache->addProperty('period');
if ($cache->has()) {