mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Don't set all injector instances to the global instance.
This commit is contained in:
parent
df2d59df1c
commit
aeb8814ddc
@ -201,8 +201,6 @@ class Injector {
|
|||||||
if ($config) {
|
if ($config) {
|
||||||
$this->load($config);
|
$this->load($config);
|
||||||
}
|
}
|
||||||
|
|
||||||
self::$instance = $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user