mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Enable cache again. [skip ci]
This commit is contained in:
parent
82dc0d4aac
commit
0f83e78513
@ -82,7 +82,7 @@ class SearchController extends Controller
|
||||
$cache->addProperty($fullQuery);
|
||||
|
||||
if ($cache->has()) {
|
||||
//$transactions = $cache->get();
|
||||
$transactions = $cache->get();
|
||||
}
|
||||
|
||||
if (!$cache->has()) {
|
||||
|
Loading…
Reference in New Issue
Block a user