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
1 changed files with 1 additions and 1 deletions

View File

@ -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'