mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Mark $instance as internal to prevent being saved to config
This commit is contained in:
parent
53cad18fd7
commit
b6d9b34ce4
@ -10,6 +10,7 @@ use SilverStripe\Config\Collections\ConfigCollectionInterface;
|
|||||||
class ConfigLoader
|
class ConfigLoader
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
* @internal
|
||||||
* @var self
|
* @var self
|
||||||
*/
|
*/
|
||||||
private static $instance;
|
private static $instance;
|
||||||
|
@ -13,6 +13,7 @@ class ClassLoader
|
|||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @internal
|
||||||
* @var ClassLoader
|
* @var ClassLoader
|
||||||
*/
|
*/
|
||||||
private static $instance;
|
private static $instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user