X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fconfig%2Fservices.yml;h=6b8774f204f8b11f93e407e07672eb35c247c9e8;hb=fad316151c282b2383fae751f7ca45373f1f26ed;hp=0f4db94e7321791bdcd4f0f679bd040e5c19d43e;hpb=1a93ee423b072ec3bcb0c437cbf9b488bdea245c;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 0f4db94e..6b8774f2 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml @@ -1,21 +1,4 @@ services: - wallabag_core.twig.extension: - class: Wallabag\CoreBundle\Twig\Extension\WallabagExtension - tags: - - { name: twig.extension } - - wsse.security.authentication.provider: - class: Wallabag\CoreBundle\Security\Authentication\Provider\WsseProvider - public: false - arguments: ['', '%kernel.cache_dir%/security/nonces'] - - wsse.security.authentication.listener: - class: Wallabag\CoreBundle\Security\Firewall\WsseListener - public: false - tags: - - { name: monolog.logger, channel: wsse } - arguments: ['@security.context', '@security.authentication.manager', '@logger'] - wallabag_core.helper.detect_active_theme: class: Wallabag\CoreBundle\Helper\DetectActiveTheme arguments: @@ -43,3 +26,10 @@ services: - { name: request.param_converter, converter: username_rsstoken_converter } arguments: - @doctrine + + wallabag_core.doctrine.prefixed_naming_strategy: + class: Wallabag\CoreBundle\Doctrine\Mapping\PrefixedNamingStrategy + arguments: [%database_table_prefix%] + + wallabag_core.graby: + class: Graby\Graby