Cleanup Mastodon Factories

This commit is contained in:
Philipp
2021-06-05 22:36:45 +02:00
parent 88b50313c8
commit 322f0b3ecf
16 changed files with 223 additions and 138 deletions

View File

@@ -221,5 +221,10 @@ return [
],
Network\IHTTPRequest::class => [
'instanceOf' => Network\HTTPRequest::class,
]
],
Factory\Api\Mastodon\Error::class => [
'constructParams' => [
$_SERVER
],
],
];