I send from Symfony object which contains at-sign @
in variable.
Object name is invoice and with {{ dump(invoice) }}
in twig template I see object and parameter with path:
invoice[0].banSpojDod@showAs
But I dont know how to get value of this banSpojDod@showAs
because there is at-sign @
.
Could you help me someone please?