yii2-formwizard
yii2-formwizard copied to clipboard
fixing ordering
Hi im adding these line to fix the ordering.
what are you actually doing by calling the sortFields() here within the loop and why are you doing it ? what are you fixing here?
what are you actually doing by calling the
sortFields()here within the loop and why are you doing it ? what are you fixing here?
I think the main problem is that when you run composer update it downloads some old version of library -1.7.2 whereas in composer.lock it is marcked as 1.7.9. 1.7.2 version doesn't call sortFields in sort()