mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Merge pull request #21 from halkyon/casting_visibility
Fixing $casting visibility to be private to match ViewableData parent.
This commit is contained in:
commit
c00a498375
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user