How to split validation yaml files in Symfony 2.5?

后端 未结 3 638
栀梦
栀梦 2020-12-10 07:03

This code worked for Symfony 2.4.5 but it is not working for Symfony 2.5:

This is my HRAPI Extension class that was working in Symfony 2.4.5 but not in Symfony 2.5

3条回答
  •  渐次进展
    2020-12-10 07:31

    This works out-of-the box with Symfony 2.7.

    https://github.com/symfony/symfony/pull/13855

提交回复
热议问题