X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fconfig%2Fservices.yml;h=a8796fe4452d0fce1f55700c902430d9d18cdce5;hb=e008c037f53324b931f027483f9f1053171109c5;hp=813f8a9610b42a5ccce4954006cc8a6961e06ff1;hpb=79b9e49d9464e9a67f6ee66fbf6f6c541b1a29f4;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 813f8a96..a8796fe4 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml @@ -15,7 +15,7 @@ services: - { name: form.type } wallabag_core.filter.type.entry: - class: Wallabag\CoreBundle\Filter\EntryFilterType + class: Wallabag\CoreBundle\Form\Type\EntryFilterType arguments: - "@wallabag_core.entry_repository" - "@security.token_storage"