mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +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
|
||||
*/
|
||||
public function enableCache(Query $query)
|
||||
private function enableCache(Query $query)
|
||||
{
|
||||
$query->useQueryCache(true);
|
||||
$query->useResultCache(true);
|
||||
|
|
Loading…
Reference in a new issue