corentin-cres
corentin-cres
Same problem here, can't get the data back at the end of the form since it's not mapped to a `data_class`. Did you find a solution, @andreknieriem ?
Hi, i'm having the exact same issue today. The PR seems to have been merged in Sylius project, but didn't get through the FOSOAuthServerBundle ? Is there a reason for...
Just a small workaround I found in case someone wants to use recursive calls anyways : `{{ self::factorial(n=n-1) }}` being replaced by `{{ myfactorial::factorial(n=n-1) }}` works. That weighs even more...