mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Fixed location where protected static should've been public in MultiFormTest
This commit is contained in:
parent
1374144435
commit
29c2e7fd5a
@ -147,7 +147,7 @@ class MultiFormTest_StepTwo extends MultiFormStep implements TestOnly {
|
||||
}
|
||||
class MultiFormTest_StepThree extends MultiFormStep implements TestOnly {
|
||||
|
||||
protected static $is_final_step = true;
|
||||
public static $is_final_step = true;
|
||||
|
||||
function getFields() {
|
||||
return new FieldSet(
|
||||
|
Loading…
Reference in New Issue
Block a user