]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Merge remote-tracking branch 'upstream/develop' into personal-copy
[friendica.git] / static / dependencies.config.php
index fe8a8caee07925e7c1b5b70b8f60912ee69c9805..3df54b79e61106c3485e0377d8dd90e4dd359ef7 100644 (file)
@@ -191,10 +191,9 @@ return [
        ],
        App\Router::class => [
                'constructParams' => [
-                       $_SERVER, null
-               ],
-               'call' => [
-                       ['loadRoutes', [include __DIR__ . '/routes.config.php'], Dice::CHAIN_CALL],
+                       $_SERVER,
+                       __DIR__ . '/routes.config.php',
+                       null
                ],
        ],
        L10n::class => [