mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 15:05:54 +00:00
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:
parent
c8dcbf58cf
commit
cad7a65040
@ -27,7 +27,7 @@ class Widget extends DataObject {
|
||||
'Enabled' => true
|
||||
);
|
||||
|
||||
public static $only_available_in = array();
|
||||
private static $only_available_in = array();
|
||||
|
||||
/**
|
||||
* @var array
|
||||
|
Loading…
x
Reference in New Issue
Block a user