]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Switched enableCache visibility to private
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 4 Sep 2016 19:06:52 +0000 (21:06 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 4 Sep 2016 19:06:52 +0000 (21:06 +0200)
src/Wallabag/CoreBundle/Twig/WallabagExtension.php

index ed6dadc5a40ed6d002c94ef7f333f09b9bafaa45..59eb57ec5fd133dff031f99bcf1b9f2958760b93 100644 (file)
@@ -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);