FIX Setting `$only_available_in` to `private` visibility

Config engine throws deprecation warnings when this is accessed through the Config engine
This commit is contained in:
Daniel Hensby 2013-10-15 10:54:21 +01:00
parent c8dcbf58cf
commit cad7a65040
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Widget extends DataObject {
'Enabled' => true
);
public static $only_available_in = array();
private static $only_available_in = array();
/**
* @var array