ewoutj
Results
2
comments of
ewoutj
I encounter also this same problem (after updating Symfony) that the transformers are not loaded duging the compiler pass. Any solutions yet ?
Just a heads up, i resolved it by using attributes. E.g: `#[AutoconfigureTag(name:'liform.transformer', attributes: ['form_type' => 'compound'])] class CompoundTransformer extends AbstractTransformer`