mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2539 from dhensby/patch-2
FIX Changing `public` statics to `private`
This commit is contained in:
commit
8051f5586c
@ -15,7 +15,7 @@ abstract class DataFormatter extends Object {
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public static $priority = 50;
|
||||
private static $priority = 50;
|
||||
|
||||
/**
|
||||
* Follow relations for the {@link DataObject} instances
|
||||
|
Loading…
Reference in New Issue
Block a user