mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
fcb1fba5c2
* remove WSSE implementation * add oAuth2 implementation
21 lines
595 B
YAML
21 lines
595 B
YAML
parameters:
|
|
lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
|
|
|
|
services:
|
|
# used for tests
|
|
filesystem_cache:
|
|
class: Doctrine\Common\Cache\FilesystemCache
|
|
arguments:
|
|
- %kernel.cache_dir%/doctrine/metadata
|
|
|
|
twig.extension.text:
|
|
class: Twig_Extensions_Extension_Text
|
|
tags:
|
|
- { name: twig.extension }
|
|
|
|
wallabag.twig_extension:
|
|
class: Wallabag\CoreBundle\Twig\WallabagExtension
|
|
public: false
|
|
tags:
|
|
- { name: twig.extension }
|