1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-28 09:40:14 -07:00
2017-05-17 20:17:14 +02:00

22 lines
590 B
YAML

services:
form.filter.brickset:
class: AppBundle\Form\FilterSetType
arguments: ['@api.manager.brickset']
tags:
- { name: form.type }
form.search.model:
class: AppBundle\Form\Search\ModelSearchType
arguments:
- '@repository.ldraw.category'
tags:
- { name: form.type }
form.search.set:
class: AppBundle\Form\Search\SetSearchType
arguments:
- '@repository.rebrickable.theme'
- '@repository.rebrickable.set'
tags:
- { name: form.type }