]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Using the equal sign
[friendica.git] / static / dependencies.config.php
index fe8a8caee07925e7c1b5b70b8f60912ee69c9805..b1a54786ac10cd68a4549fe717ef271c155db80d 100644 (file)
@@ -187,14 +187,14 @@ return [
        Process::class => [
                'constructParams' => [
                        [Dice::INSTANCE => '$basepath'],
+                       getmypid(),
                ],
        ],
        App\Router::class => [
                'constructParams' => [
-                       $_SERVER, null
-               ],
-               'call' => [
-                       ['loadRoutes', [include __DIR__ . '/routes.config.php'], Dice::CHAIN_CALL],
+                       $_SERVER,
+                       __DIR__ . '/routes.config.php',
+                       null
                ],
        ],
        L10n::class => [