Enable cache again. [skip ci]

This commit is contained in:
James Cole 2017-10-30 17:32:21 +01:00
parent 82dc0d4aac
commit 0f83e78513
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -82,7 +82,7 @@ class SearchController extends Controller
$cache->addProperty($fullQuery);
if ($cache->has()) {
//$transactions = $cache->get();
$transactions = $cache->get();
}
if (!$cache->has()) {