Merge pull request #2539 from dhensby/patch-2

FIX Changing `public` statics to `private`
This commit is contained in:
Ingo Schommer 2013-10-17 04:02:08 -07:00
commit 8051f5586c

View File

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