Merge pull request #6671 from open-sausages/pulls/4.0/mark-classloader-internal

BUG Mark $instance as internal to prevent being saved to config
This commit is contained in:
Daniel Hensby 2017-03-02 16:49:51 +00:00 committed by GitHub
commit 5edaea75e0
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;