]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Don't continue when key couldn't be created
[friendica.git] / static / dependencies.config.php
index 744c6df09dcbea8280acbb084b254b1e1d6d3531..90fa13684ca98a31e28cf4a303b872da198bbbc0 100644 (file)
@@ -221,5 +221,10 @@ return [
        ],
        Network\IHTTPRequest::class => [
                'instanceOf' => Network\HTTPRequest::class,
-       ]
+       ],
+       Factory\Api\Mastodon\Error::class => [
+               'constructParams' => [
+                       $_SERVER
+               ],
+       ],
 ];