Enable autowire and autoconfigure

This commit is contained in:
Yassine Guedidi 2022-08-27 19:26:16 +02:00
parent 73bdd66c84
commit 76a5133545
3 changed files with 16 additions and 56 deletions

View File

@ -7,13 +7,17 @@ parameters:
lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
services: services:
_defaults:
autowire: true
autoconfigure: true
public: true
Twig_Extensions_Extension_Text: Twig_Extensions_Extension_Text:
class: Twig_Extensions_Extension_Text class: Twig_Extensions_Extension_Text
tags: tags:
- { name: twig.extension } - { name: twig.extension }
Wallabag\CoreBundle\Twig\WallabagExtension: Wallabag\CoreBundle\Twig\WallabagExtension:
class: Wallabag\CoreBundle\Twig\WallabagExtension
public: false public: false
arguments: arguments:
- '@Wallabag\CoreBundle\Repository\EntryRepository' - '@Wallabag\CoreBundle\Repository\EntryRepository'
@ -26,19 +30,16 @@ services:
- { name: twig.extension } - { name: twig.extension }
MatomoTwigExtension\MatomoTwigExtension: MatomoTwigExtension\MatomoTwigExtension:
class: MatomoTwigExtension\MatomoTwigExtension
public: false public: false
tags: tags:
- { name: twig.extension } - { name: twig.extension }
Wallabag\CoreBundle\Event\Listener\LocaleListener: Wallabag\CoreBundle\Event\Listener\LocaleListener:
class: Wallabag\CoreBundle\Event\Listener\LocaleListener
arguments: ["%kernel.default_locale%"] arguments: ["%kernel.default_locale%"]
tags: tags:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }
Wallabag\CoreBundle\Event\Listener\UserLocaleListener: Wallabag\CoreBundle\Event\Listener\UserLocaleListener:
class: Wallabag\CoreBundle\Event\Listener\UserLocaleListener
arguments: ["@session"] arguments: ["@session"]
tags: tags:
- { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin } - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin }
@ -52,14 +53,12 @@ services:
- '%kernel.cache_dir%' - '%kernel.cache_dir%'
Wallabag\CoreBundle\Helper\DetectActiveTheme: Wallabag\CoreBundle\Helper\DetectActiveTheme:
class: Wallabag\CoreBundle\Helper\DetectActiveTheme
arguments: arguments:
- "@security.token_storage" - "@security.token_storage"
- "%wallabag_core.theme%" - "%wallabag_core.theme%"
# custom form type # custom form type
Wallabag\CoreBundle\Form\Type\ConfigType: Wallabag\CoreBundle\Form\Type\ConfigType:
class: Wallabag\CoreBundle\Form\Type\ConfigType
arguments: arguments:
- "%liip_theme.themes%" - "%liip_theme.themes%"
- "%wallabag_core.languages%" - "%wallabag_core.languages%"
@ -67,7 +66,6 @@ services:
- { name: form.type } - { name: form.type }
Wallabag\CoreBundle\Form\Type\EntryFilterType: Wallabag\CoreBundle\Form\Type\EntryFilterType:
class: Wallabag\CoreBundle\Form\Type\EntryFilterType
arguments: arguments:
- '@Wallabag\CoreBundle\Repository\EntryRepository' - '@Wallabag\CoreBundle\Repository\EntryRepository'
- "@security.token_storage" - "@security.token_storage"
@ -75,21 +73,18 @@ services:
- { name: form.type } - { name: form.type }
Wallabag\CoreBundle\ParamConverter\UsernameFeedTokenConverter: Wallabag\CoreBundle\ParamConverter\UsernameFeedTokenConverter:
class: Wallabag\CoreBundle\ParamConverter\UsernameFeedTokenConverter
tags: tags:
- { name: request.param_converter, converter: username_feed_token_converter } - { name: request.param_converter, converter: username_feed_token_converter }
arguments: arguments:
- "@doctrine" - "@doctrine"
Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber: Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber:
class: Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber
arguments: arguments:
- "%database_table_prefix%" - "%database_table_prefix%"
tags: tags:
- { name: doctrine.event_subscriber } - { name: doctrine.event_subscriber }
Graby\Graby: Graby\Graby:
class: Graby\Graby
arguments: arguments:
- -
error_message: '%wallabag_core.fetching_error_message%' error_message: '%wallabag_core.fetching_error_message%'
@ -102,7 +97,6 @@ services:
- { name: monolog.logger, channel: graby } - { name: monolog.logger, channel: graby }
Graby\SiteConfig\ConfigBuilder: Graby\SiteConfig\ConfigBuilder:
class: Graby\SiteConfig\ConfigBuilder
arguments: arguments:
- {} - {}
- "@logger" - "@logger"
@ -111,7 +105,6 @@ services:
alias: 'httplug.client.wallabag_core' alias: 'httplug.client.wallabag_core'
Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder:
class: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder
arguments: arguments:
- '@Graby\SiteConfig\ConfigBuilder' - '@Graby\SiteConfig\ConfigBuilder'
- "@security.token_storage" - "@security.token_storage"
@ -125,7 +118,6 @@ services:
alias: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder alias: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder
Wallabag\CoreBundle\Helper\HttpClientFactory: Wallabag\CoreBundle\Helper\HttpClientFactory:
class: Wallabag\CoreBundle\Helper\HttpClientFactory
arguments: arguments:
- '@Wallabag\CoreBundle\Helper\FileCookieJar' - '@Wallabag\CoreBundle\Helper\FileCookieJar'
- '@=service(''craue_config'').get(''restricted_access'')' - '@=service(''craue_config'').get(''restricted_access'')'
@ -134,13 +126,11 @@ services:
- ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]] - ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]]
Wallabag\CoreBundle\Helper\FileCookieJar: Wallabag\CoreBundle\Helper\FileCookieJar:
class: Wallabag\CoreBundle\Helper\FileCookieJar
arguments: arguments:
- "@logger" - "@logger"
- "%kernel.cache_dir%/cookiejar.json" - "%kernel.cache_dir%/cookiejar.json"
Wallabag\CoreBundle\Helper\ContentProxy: Wallabag\CoreBundle\Helper\ContentProxy:
class: Wallabag\CoreBundle\Helper\ContentProxy
arguments: arguments:
- '@Graby\Graby' - '@Graby\Graby'
- '@Wallabag\CoreBundle\Helper\RuleBasedTagger' - '@Wallabag\CoreBundle\Helper\RuleBasedTagger'
@ -151,12 +141,10 @@ services:
- '@=service(''craue_config'').get(''store_article_headers'')' - '@=service(''craue_config'').get(''store_article_headers'')'
Wallabag\CoreBundle\Helper\TagsAssigner: Wallabag\CoreBundle\Helper\TagsAssigner:
class: Wallabag\CoreBundle\Helper\TagsAssigner
arguments: arguments:
- '@Wallabag\CoreBundle\Repository\TagRepository' - '@Wallabag\CoreBundle\Repository\TagRepository'
Wallabag\CoreBundle\Helper\RuleBasedTagger: Wallabag\CoreBundle\Helper\RuleBasedTagger:
class: Wallabag\CoreBundle\Helper\RuleBasedTagger
arguments: arguments:
- "@rulerz" - "@rulerz"
- '@Wallabag\CoreBundle\Repository\TagRepository' - '@Wallabag\CoreBundle\Repository\TagRepository'
@ -164,7 +152,6 @@ services:
- "@logger" - "@logger"
Wallabag\CoreBundle\Helper\RuleBasedIgnoreOriginProcessor: Wallabag\CoreBundle\Helper\RuleBasedIgnoreOriginProcessor:
class: Wallabag\CoreBundle\Helper\RuleBasedIgnoreOriginProcessor
arguments: arguments:
- "@rulerz" - "@rulerz"
- "@logger" - "@logger"
@ -172,19 +159,16 @@ services:
# repository as a service # repository as a service
Wallabag\CoreBundle\Repository\EntryRepository: Wallabag\CoreBundle\Repository\EntryRepository:
class: Wallabag\CoreBundle\Repository\EntryRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ] factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: arguments:
- 'Wallabag\CoreBundle\Entity\Entry' - 'Wallabag\CoreBundle\Entity\Entry'
Wallabag\CoreBundle\Repository\TagRepository: Wallabag\CoreBundle\Repository\TagRepository:
class: Wallabag\CoreBundle\Repository\TagRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ] factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: arguments:
- 'Wallabag\CoreBundle\Entity\Tag' - 'Wallabag\CoreBundle\Entity\Tag'
Wallabag\CoreBundle\Repository\SiteCredentialRepository: Wallabag\CoreBundle\Repository\SiteCredentialRepository:
class: Wallabag\CoreBundle\Repository\SiteCredentialRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ] factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: arguments:
- 'Wallabag\CoreBundle\Entity\SiteCredential' - 'Wallabag\CoreBundle\Entity\SiteCredential'
@ -192,13 +176,11 @@ services:
- [ setCrypto, [ '@Wallabag\CoreBundle\Helper\CryptoProxy' ] ] - [ setCrypto, [ '@Wallabag\CoreBundle\Helper\CryptoProxy' ] ]
Wallabag\CoreBundle\Repository\IgnoreOriginInstanceRuleRepository: Wallabag\CoreBundle\Repository\IgnoreOriginInstanceRuleRepository:
class: Wallabag\CoreBundle\Repository\IgnoreOriginInstanceRuleRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ] factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: arguments:
- 'Wallabag\CoreBundle\Entity\IgnoreOriginInstanceRule' - 'Wallabag\CoreBundle\Entity\IgnoreOriginInstanceRule'
Wallabag\CoreBundle\Helper\EntriesExport: Wallabag\CoreBundle\Helper\EntriesExport:
class: Wallabag\CoreBundle\Helper\EntriesExport
arguments: arguments:
- "@translator" - "@translator"
- '%domain_name%' - '%domain_name%'
@ -206,44 +188,36 @@ services:
- "@security.token_storage" - "@security.token_storage"
Wallabag\CoreBundle\Operator\PHP\Matches: Wallabag\CoreBundle\Operator\PHP\Matches:
class: Wallabag\CoreBundle\Operator\PHP\Matches
tags: tags:
- { name: rulerz.operator, target: native, operator: matches } - { name: rulerz.operator, target: native, operator: matches }
Wallabag\CoreBundle\Operator\Doctrine\Matches: Wallabag\CoreBundle\Operator\Doctrine\Matches:
class: Wallabag\CoreBundle\Operator\Doctrine\Matches
tags: tags:
- { name: rulerz.operator, target: doctrine, operator: matches, inline: true } - { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
Wallabag\CoreBundle\Operator\PHP\NotMatches: Wallabag\CoreBundle\Operator\PHP\NotMatches:
class: Wallabag\CoreBundle\Operator\PHP\NotMatches
tags: tags:
- { name: rulerz.operator, target: native, operator: notmatches } - { name: rulerz.operator, target: native, operator: notmatches }
Wallabag\CoreBundle\Operator\Doctrine\NotMatches: Wallabag\CoreBundle\Operator\Doctrine\NotMatches:
class: Wallabag\CoreBundle\Operator\Doctrine\NotMatches
tags: tags:
- { name: rulerz.operator, target: doctrine, operator: notmatches, inline: true } - { name: rulerz.operator, target: doctrine, operator: notmatches, inline: true }
Wallabag\CoreBundle\Operator\PHP\PatternMatches: Wallabag\CoreBundle\Operator\PHP\PatternMatches:
class: Wallabag\CoreBundle\Operator\PHP\PatternMatches
tags: tags:
- { name: rulerz.operator, target: native, operator: "~" } - { name: rulerz.operator, target: native, operator: "~" }
Wallabag\CoreBundle\Helper\Redirect: Wallabag\CoreBundle\Helper\Redirect:
class: Wallabag\CoreBundle\Helper\Redirect
arguments: arguments:
- "@router" - "@router"
- "@security.token_storage" - "@security.token_storage"
Wallabag\CoreBundle\Helper\PreparePagerForEntries: Wallabag\CoreBundle\Helper\PreparePagerForEntries:
class: Wallabag\CoreBundle\Helper\PreparePagerForEntries
arguments: arguments:
- "@security.token_storage" - "@security.token_storage"
- "@router" - "@router"
Predis\Client: Predis\Client:
class: Predis\Client
arguments: arguments:
- -
scheme: '%redis_scheme%' scheme: '%redis_scheme%'
@ -253,21 +227,17 @@ services:
password: '%redis_password%' password: '%redis_password%'
Wallabag\CoreBundle\Controller\ExceptionController: Wallabag\CoreBundle\Controller\ExceptionController:
class: Wallabag\CoreBundle\Controller\ExceptionController
public: true
arguments: arguments:
- '@twig' - '@twig'
- '%kernel.debug%' - '%kernel.debug%'
Wallabag\CoreBundle\Event\Subscriber\SQLiteCascadeDeleteSubscriber: Wallabag\CoreBundle\Event\Subscriber\SQLiteCascadeDeleteSubscriber:
class: Wallabag\CoreBundle\Event\Subscriber\SQLiteCascadeDeleteSubscriber
arguments: arguments:
- "@doctrine" - "@doctrine"
tags: tags:
- { name: doctrine.event_subscriber } - { name: doctrine.event_subscriber }
Wallabag\CoreBundle\Event\Subscriber\DownloadImagesSubscriber: Wallabag\CoreBundle\Event\Subscriber\DownloadImagesSubscriber:
class: Wallabag\CoreBundle\Event\Subscriber\DownloadImagesSubscriber
arguments: arguments:
- "@doctrine.orm.default_entity_manager" - "@doctrine.orm.default_entity_manager"
- '@Wallabag\CoreBundle\Helper\DownloadImages' - '@Wallabag\CoreBundle\Helper\DownloadImages'
@ -277,7 +247,6 @@ services:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }
Wallabag\CoreBundle\Helper\DownloadImages: Wallabag\CoreBundle\Helper\DownloadImages:
class: Wallabag\CoreBundle\Helper\DownloadImages
arguments: arguments:
- "@wallabag_core.entry.download_images.client" - "@wallabag_core.entry.download_images.client"
- "%kernel.project_dir%/web/assets/images" - "%kernel.project_dir%/web/assets/images"
@ -288,17 +257,14 @@ services:
alias: 'httplug.client.wallabag_core.entry.download_images' alias: 'httplug.client.wallabag_core.entry.download_images'
Wallabag\CoreBundle\Helper\CryptoProxy: Wallabag\CoreBundle\Helper\CryptoProxy:
class: Wallabag\CoreBundle\Helper\CryptoProxy
arguments: arguments:
- "%wallabag_core.site_credentials.encryption_key_path%" - "%wallabag_core.site_credentials.encryption_key_path%"
- "@logger" - "@logger"
Wallabag\CoreBundle\Command\: Wallabag\CoreBundle\Command\:
resource: ../../src/Wallabag/CoreBundle/Command/* resource: ../../src/Wallabag/CoreBundle/Command/*
autoconfigure: true
Wallabag\UserBundle\Mailer\AuthCodeMailer: Wallabag\UserBundle\Mailer\AuthCodeMailer:
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
arguments: arguments:
- "@mailer" - "@mailer"
- "@twig" - "@twig"
@ -315,20 +281,17 @@ services:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }
Wallabag\UserBundle\EventListener\PasswordResettingListener: Wallabag\UserBundle\EventListener\PasswordResettingListener:
class: Wallabag\UserBundle\EventListener\PasswordResettingListener
arguments: arguments:
- "@router" - "@router"
tags: tags:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }
Wallabag\UserBundle\Repository\UserRepository: Wallabag\UserBundle\Repository\UserRepository:
class: Wallabag\UserBundle\Repository\UserRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ] factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: arguments:
- 'Wallabag\UserBundle\Entity\User' - 'Wallabag\UserBundle\Entity\User'
Wallabag\UserBundle\EventListener\CreateConfigListener: Wallabag\UserBundle\EventListener\CreateConfigListener:
class: Wallabag\UserBundle\EventListener\CreateConfigListener
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- "%wallabag_core.theme%" - "%wallabag_core.theme%"
@ -343,21 +306,18 @@ services:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }
Wallabag\UserBundle\EventListener\AuthenticationFailureListener: Wallabag\UserBundle\EventListener\AuthenticationFailureListener:
class: Wallabag\UserBundle\EventListener\AuthenticationFailureListener
arguments: arguments:
- "@request_stack" - "@request_stack"
- "@logger" - "@logger"
tags: tags:
- { name: kernel.event_listener, event: security.authentication.failure, method: onAuthenticationFailure } - { name: kernel.event_listener, event: security.authentication.failure, method: onAuthenticationFailure }
Wallabag\ImportBundle\Import\ImportChain: Wallabag\ImportBundle\Import\ImportChain: ~
class: Wallabag\ImportBundle\Import\ImportChain
wallabag_import.pocket.client: wallabag_import.pocket.client:
alias: 'httplug.client.wallabag_import.pocket.client' alias: 'httplug.client.wallabag_import.pocket.client'
Wallabag\ImportBundle\Import\PocketImport: Wallabag\ImportBundle\Import\PocketImport:
class: Wallabag\ImportBundle\Import\PocketImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -370,7 +330,6 @@ services:
- { name: wallabag_import.import, alias: pocket } - { name: wallabag_import.import, alias: pocket }
Wallabag\ImportBundle\Import\WallabagV1Import: Wallabag\ImportBundle\Import\WallabagV1Import:
class: Wallabag\ImportBundle\Import\WallabagV1Import
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -384,7 +343,6 @@ services:
- { name: wallabag_import.import, alias: wallabag_v1 } - { name: wallabag_import.import, alias: wallabag_v1 }
Wallabag\ImportBundle\Import\WallabagV2Import: Wallabag\ImportBundle\Import\WallabagV2Import:
class: Wallabag\ImportBundle\Import\WallabagV2Import
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -396,7 +354,6 @@ services:
- { name: wallabag_import.import, alias: wallabag_v2 } - { name: wallabag_import.import, alias: wallabag_v2 }
Wallabag\ImportBundle\Import\ElcuratorImport: Wallabag\ImportBundle\Import\ElcuratorImport:
class: Wallabag\ImportBundle\Import\ElcuratorImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -408,7 +365,6 @@ services:
- { name: wallabag_import.import, alias: elcurator } - { name: wallabag_import.import, alias: elcurator }
Wallabag\ImportBundle\Import\ReadabilityImport: Wallabag\ImportBundle\Import\ReadabilityImport:
class: Wallabag\ImportBundle\Import\ReadabilityImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -420,7 +376,6 @@ services:
- { name: wallabag_import.import, alias: readability } - { name: wallabag_import.import, alias: readability }
Wallabag\ImportBundle\Import\InstapaperImport: Wallabag\ImportBundle\Import\InstapaperImport:
class: Wallabag\ImportBundle\Import\InstapaperImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -432,7 +387,6 @@ services:
- { name: wallabag_import.import, alias: instapaper } - { name: wallabag_import.import, alias: instapaper }
Wallabag\ImportBundle\Import\PinboardImport: Wallabag\ImportBundle\Import\PinboardImport:
class: Wallabag\ImportBundle\Import\PinboardImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -444,7 +398,6 @@ services:
- { name: wallabag_import.import, alias: pinboard } - { name: wallabag_import.import, alias: pinboard }
Wallabag\ImportBundle\Import\DeliciousImport: Wallabag\ImportBundle\Import\DeliciousImport:
class: Wallabag\ImportBundle\Import\DeliciousImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -456,7 +409,6 @@ services:
- { name: wallabag_import.import, alias: delicious } - { name: wallabag_import.import, alias: delicious }
Wallabag\ImportBundle\Import\FirefoxImport: Wallabag\ImportBundle\Import\FirefoxImport:
class: Wallabag\ImportBundle\Import\FirefoxImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -468,7 +420,6 @@ services:
- { name: wallabag_import.import, alias: firefox } - { name: wallabag_import.import, alias: firefox }
Wallabag\ImportBundle\Import\ChromeImport: Wallabag\ImportBundle\Import\ChromeImport:
class: Wallabag\ImportBundle\Import\ChromeImport
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- '@Wallabag\CoreBundle\Helper\ContentProxy' - '@Wallabag\CoreBundle\Helper\ContentProxy'
@ -481,4 +432,3 @@ services:
Wallabag\ImportBundle\Command\: Wallabag\ImportBundle\Command\:
resource: ../../src/Wallabag/ImportBundle/Command/* resource: ../../src/Wallabag/ImportBundle/Command/*
autoconfigure: true

View File

@ -1,5 +1,10 @@
# RabbitMQ stuff # RabbitMQ stuff
services: services:
_defaults:
autowire: true
autoconfigure: true
public: true
wallabag_import.consumer.amqp.pocket: wallabag_import.consumer.amqp.pocket:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
arguments: arguments:

View File

@ -1,5 +1,10 @@
# Redis stuff # Redis stuff
services: services:
_defaults:
autowire: true
autoconfigure: true
public: true
# readability # readability
wallabag_import.queue.redis.readability: wallabag_import.queue.redis.readability:
class: Simpleue\Queue\RedisQueue class: Simpleue\Queue\RedisQueue