mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 09:40:14 -07:00
15 lines
456 B
YAML
15 lines
456 B
YAML
services:
|
|
app.transformer.format:
|
|
class: AppBundle\Transformer\FormatTransformer
|
|
|
|
app.relation.mapper:
|
|
class: AppBundle\Util\RelationMapper
|
|
arguments:
|
|
- ['%kernel.root_dir%/Resources/relations']
|
|
|
|
app.twig_extension:
|
|
class: AppBundle\Twig\AppExtension
|
|
public: false
|
|
arguments: ['@api.manager.rebrickable', '@app.transformer.format']
|
|
tags:
|
|
- { name: twig.extension } |