mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Disable aliasing @serializer to @jms_serializer.serializer
This commit is contained in:
parent
aaf2f6adc1
commit
2f48178e6e
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ swiftmailer:
|
|||
username: "%mailer_user%"
|
||||
password: "%mailer_password%"
|
||||
|
||||
# Temporary fix to disable aliasing @serializer service to JMS variant
|
||||
# TODO: Remove when upgrading to JMS Serializer Bundle 2.0
|
||||
jms_serializer:
|
||||
enable_short_alias: false
|
||||
|
||||
fos_rest:
|
||||
exception: ~
|
||||
view:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue