]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Transform ApiResponse::formatData() into dynamic method
[friendica.git] / static / dependencies.config.php
index d3034a2ba59a8bdc91dd402213205357bbcbd95b..57ef629bb255aa04f74365774d0471d3e3b247bb 100644 (file)
@@ -238,4 +238,9 @@ return [
                        [Dice::INSTANCE => Util\ReversedFileReader::class],
                ]
        ],
+       \Friendica\Core\Worker\Repository\Process::class => [
+               'constructParams' => [
+                       $_SERVER
+               ],
+       ],
 ];