tags: [ 'form.type' ]
# Register register form
Rapsys\AirBundle\Form\RegisterType:
- arguments: [ '@doctrine.orm.entity_manager' ]
+ arguments: [ '@doctrine.orm.entity_manager', '@rapsyspack.image_util', '@rapsyspack.slugger_util', '@translator' ]
tags: [ 'form.type' ]
# Register attribute command
Rapsys\AirBundle\Command\AttributeCommand:
tags: [ 'console.command' ]
# Register calendar2 command
Rapsys\AirBundle\Command\Calendar2Command:
- arguments: [ '@doctrine', '%kernel.default_locale%', '@router', '@rapsyspack.slugger_util', '@translator', '@google.client', '@twig.markdown.default' ]
+ arguments: [ '@doctrine', '%kernel.default_locale%', '@router', '@rapsyspack.slugger_util', '@translator', '@user.cache', '@google.client', '@twig.markdown.default' ]
tags: [ 'console.command' ]
# Register rekey command
Rapsys\AirBundle\Command\RekeyCommand: