craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

refactor(flow): change loadStepsConfig to abstract method #288

Closed koprivajakub closed 7 years ago

koprivajakub commented 7 years ago

Change the method loadStepsConfig to abstract method which should be always implemented in the specific flow.

Closes #287