Also load config into IO if not freshly created
parent
e151a6c51c
commit
82b010782d
|
@ -93,9 +93,9 @@ class RepositoryFactory
|
||||||
{
|
{
|
||||||
if (!$config) {
|
if (!$config) {
|
||||||
$config = Factory::createConfig($io);
|
$config = Factory::createConfig($io);
|
||||||
if ($io) {
|
}
|
||||||
$io->loadConfiguration($config);
|
if ($io) {
|
||||||
}
|
$io->loadConfiguration($config);
|
||||||
}
|
}
|
||||||
if (!$rm) {
|
if (!$rm) {
|
||||||
if (!$io) {
|
if (!$io) {
|
||||||
|
|
Loading…
Reference in New Issue