chipsmaster

Results 1 comments of chipsmaster

Hi, my workaround is to override winzou\Bundle\StateMachineBundle\DependencyInjection\Configuration class by composer autloader and add `->performNoDeepMerging()` to the "from" node so that we can overwrite it completely : ```php $configNode ->arrayNode('transitions') ->useAttributeAsKey('name')...