X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdependencies.config.php;h=90fa13684ca98a31e28cf4a303b872da198bbbc0;hb=8b6ace6629ab4fe229c4c35ff388efe320602a16;hp=28cc58a611aa58c97bf19112fb8e16a763bc5b78;hpb=ae6b380362c8469d04d9015005734bdb45d33202;p=friendica.git diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 28cc58a611..90fa13684c 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -1,6 +1,6 @@ [ 'instanceOf' => Network\HTTPRequest::class, - ] + ], + Factory\Api\Mastodon\Error::class => [ + 'constructParams' => [ + $_SERVER + ], + ], ];