diff --git a/code/TestMultiForm.php b/code/TestMultiForm.php index e88f3b9..eefe5cd 100644 --- a/code/TestMultiForm.php +++ b/code/TestMultiForm.php @@ -51,7 +51,7 @@ class TestMultiFormStepTwo extends MultiFormStep { class TestMultiFormStepThree extends MultiFormStep { - protected static $is_final_step = true; + public static $is_final_step = true; function getFields() { $form = $this->getForm();