Fixing $casting visibility to be private to match ViewableData parent.

This commit is contained in:
Sean Harvey 2014-06-17 15:59:50 +12:00
parent bd2e9ce857
commit b68fc5d587

View File

@ -43,7 +43,7 @@ abstract class MultiForm extends Form {
* *
* @var array * @var array
*/ */
public static $casting = array( private static $casting = array(
'CompletedStepCount' => 'Int', 'CompletedStepCount' => 'Int',
'TotalStepCount' => 'Int', 'TotalStepCount' => 'Int',
'CompletedPercent' => 'Float' 'CompletedPercent' => 'Float'