]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Merge pull request #1392 from wallabag/v2-fix-redirect
[github/wallabag/wallabag.git] / app / config / services.yml
index 91a03e10e13d5d03612c1e18a910db5e2143456a..b3ec7c513317e690f0899ab613e975fa4c2bd4c6 100644 (file)
@@ -4,8 +4,11 @@ parameters:
     security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
     security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
     security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
+    lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
 
 services:
-#    service_name:
-#        class: AppBundle\Directory\ClassName
-#        arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
+    # used for tests
+    filesystem_cache:
+        class: Doctrine\Common\Cache\FilesystemCache
+        arguments:
+            - %kernel.cache_dir%/doctrine/metadata