mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Changing public
static $priority
to private
Deprecation error thrown in master whilst this is public
This commit is contained in:
parent
14e5c80dad
commit
a1ad45486b
@ -15,7 +15,7 @@ abstract class DataFormatter extends Object {
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public static $priority = 50;
|
private static $priority = 50;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Follow relations for the {@link DataObject} instances
|
* Follow relations for the {@link DataObject} instances
|
||||||
|
Loading…
Reference in New Issue
Block a user