X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdependencies.config.php;h=90fa13684ca98a31e28cf4a303b872da198bbbc0;hb=2ff5889e9a8cdfa6407f72ab821550023b97bfef;hp=28cc58a611aa58c97bf19112fb8e16a763bc5b78;hpb=ccfb17151b0c251f693c6d324424a69e881bdb3d;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 + ], + ], ];