Hello.
I use symfony 3.1 and if put prefix routing in app/config/routing like this:
prefix:
en: /website
fr: /site
de: /webseite
got this error:
Warning: trim() expects parameter 1 to be string, array given in /Users/davidsanz/Documents/httpdocs/perieven/app/config/routing.yml (which is being imported from "/Users/davidsanz/Documents/httpdocs/perieven/app/config/routing_dev.yml").
Can help me please.
Thanks!