From 0f83e78513164c33c2c1565ff7d807c178134413 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 30 Oct 2017 17:32:21 +0100 Subject: [PATCH] Enable cache again. [skip ci] --- app/Http/Controllers/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index c2fdf179db..b276c7b94e 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -82,7 +82,7 @@ class SearchController extends Controller $cache->addProperty($fullQuery); if ($cache->has()) { - //$transactions = $cache->get(); + $transactions = $cache->get(); } if (!$cache->has()) {