]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
spelling: metallic
[friendica.git] / static / dependencies.config.php
index 5b7a345685947cc179634285914fc1fd5a6aecf8..0891166424f8bd884a4cdb5f6192a0ab00b1b8c2 100644 (file)
@@ -108,7 +108,7 @@ return [
                ],
        ],
        Config\Capability\IManageConfigValues::class => [
-               'instanceOf' => Config\Model\Config::class,
+               'instanceOf' => Config\Model\DatabaseConfig::class,
                'constructParams' => [
                        $_SERVER,
                ],
@@ -137,7 +137,7 @@ return [
        ],
        Database::class                         => [
                'constructParams' => [
-                       [Dice::INSTANCE => \Psr\Log\NullLogger::class],
+                       [Dice::INSTANCE => Config\Model\ReadOnlyFileConfig::class],
                ],
        ],
        /**
@@ -237,7 +237,7 @@ return [
        IHandleSessions::class => [
                'instanceOf' => \Friendica\Core\Session\Factory\Session::class,
                'call' => [
-                       ['createSession', [$_SERVER], Dice::CHAIN_CALL],
+                       ['create', [$_SERVER], Dice::CHAIN_CALL],
                        ['start', [], Dice::CHAIN_CALL],
                ],
        ],