X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdependencies.config.php;h=90fa13684ca98a31e28cf4a303b872da198bbbc0;hb=8b6ace6629ab4fe229c4c35ff388efe320602a16;hp=744c6df09dcbea8280acbb084b254b1e1d6d3531;hpb=2a431b580f2e8f6a596e84175932e793678cde63;p=friendica.git diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 744c6df09d..90fa13684c 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -221,5 +221,10 @@ return [ ], Network\IHTTPRequest::class => [ 'instanceOf' => Network\HTTPRequest::class, - ] + ], + Factory\Api\Mastodon\Error::class => [ + 'constructParams' => [ + $_SERVER + ], + ], ];