BUG Mark $instance as internal to prevent being saved to config

This commit is contained in:
Damian Mooyman 2017-03-02 17:19:44 +13:00
parent 53cad18fd7
commit b6d9b34ce4
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use SilverStripe\Config\Collections\ConfigCollectionInterface;
class ConfigLoader
{
/**
* @internal
* @var self
*/
private static $instance;

View File

@ -13,6 +13,7 @@ class ClassLoader
{
/**
* @internal
* @var ClassLoader
*/
private static $instance;