Skip to content

Commit

Permalink
[MOD] update autowire
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp0578 committed May 29, 2019
1 parent 6e84994 commit 0712245
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
services:
_defaults:
autowire: true
autoconfigure: true
# kit_form.example:
# class: Kit\FormBundle\Example
# arguments: ["@service_id", "plain_value", "%parameter%"]
kit_form.form.data_transformer_date:
class: Kit\FormBundle\Form\DataTransformer\DateTransformer
Kit\FormBundle\Form\DataTransformer\DateTransformer: "@kit_form.form.data_transformer_date"
Kit\FormBundle\Form\DataTransformer: ~
Kit\FormBundle\Form\DataTransformer\DateTransformer: "@kit_form.form.data_transformer_date"
Kit\FormBundle\Form\DataTransformer\DateTransformer:
autowire: true

0 comments on commit 0712245

Please sign in to comment.