mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
Switched enableCache visibility to private
This commit is contained in:
parent
429d86f388
commit
13d9f7c96c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class WallabagExtension extends \Twig_Extension implements \Twig_Extension_Globa
|
||||||
*
|
*
|
||||||
* @return Query
|
* @return Query
|
||||||
*/
|
*/
|
||||||
public function enableCache(Query $query)
|
private function enableCache(Query $query)
|
||||||
{
|
{
|
||||||
$query->useQueryCache(true);
|
$query->useQueryCache(true);
|
||||||
$query->useResultCache(true);
|
$query->useResultCache(true);
|
||||||
|
|
Loading…
Reference in a new issue