mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Fixing $casting visibility to be private to match ViewableData parent.
This commit is contained in:
parent
bd2e9ce857
commit
b68fc5d587
@ -43,7 +43,7 @@ abstract class MultiForm extends Form {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $casting = array(
|
||||
private static $casting = array(
|
||||
'CompletedStepCount' => 'Int',
|
||||
'TotalStepCount' => 'Int',
|
||||
'CompletedPercent' => 'Float'
|
||||
|
Loading…
Reference in New Issue
Block a user