mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Enable cache again. [skip ci]
This commit is contained in:
@@ -82,7 +82,7 @@ class SearchController extends Controller
|
|||||||
$cache->addProperty($fullQuery);
|
$cache->addProperty($fullQuery);
|
||||||
|
|
||||||
if ($cache->has()) {
|
if ($cache->has()) {
|
||||||
//$transactions = $cache->get();
|
$transactions = $cache->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$cache->has()) {
|
if (!$cache->has()) {
|
||||||
|
Reference in New Issue
Block a user