FIX Changing public static $priority to private

Deprecation error thrown in master whilst this is public
This commit is contained in:
Daniel Hensby 2013-10-15 11:16:25 +01:00
parent 14e5c80dad
commit a1ad45486b

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