mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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
|
||||
{
|
||||
/**
|
||||
* @internal
|
||||
* @var self
|
||||
*/
|
||||
private static $instance;
|
||||
|
@ -13,6 +13,7 @@ class ClassLoader
|
||||
{
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @var ClassLoader
|
||||
*/
|
||||
private static $instance;
|
||||
|
Loading…
Reference in New Issue
Block a user