mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Use FQCN as service name for form types
This commit is contained in:
parent
b7aaceeaad
commit
dd5ec92e08
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
- "%wallabag_core.theme%"
|
- "%wallabag_core.theme%"
|
||||||
|
|
||||||
# custom form type
|
# custom form type
|
||||||
wallabag_core.form.type.config:
|
Wallabag\CoreBundle\Form\Type\ConfigType:
|
||||||
class: Wallabag\CoreBundle\Form\Type\ConfigType
|
class: Wallabag\CoreBundle\Form\Type\ConfigType
|
||||||
arguments:
|
arguments:
|
||||||
- "%liip_theme.themes%"
|
- "%liip_theme.themes%"
|
||||||
|
@ -14,7 +14,7 @@ services:
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type }
|
- { name: form.type }
|
||||||
|
|
||||||
wallabag_core.filter.type.entry:
|
Wallabag\CoreBundle\Form\Type\EntryFilterType:
|
||||||
class: Wallabag\CoreBundle\Form\Type\EntryFilterType
|
class: Wallabag\CoreBundle\Form\Type\EntryFilterType
|
||||||
arguments:
|
arguments:
|
||||||
- "@wallabag_core.entry_repository"
|
- "@wallabag_core.entry_repository"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue