Add Feedback :-)

This commit is contained in:
Philipp Holzer 2021-10-29 08:03:59 +02:00
commit f4ea74447e
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
14 changed files with 80 additions and 44 deletions

View file

@ -146,7 +146,7 @@ return [
'index',
],
'call' => [
['create', ['index'], Dice::CHAIN_CALL],
['create', [], Dice::CHAIN_CALL],
],
],
'$devLogger' => [
@ -224,7 +224,7 @@ return [
['getBackend', [], Dice::CHAIN_CALL],
],
],
Network\HTTPClient\Capability\ICanRequestPerHttp::class => [
Network\HTTPClient\Capability\ICanSendHttpRequests::class => [
'instanceOf' => Network\HTTPClient\Factory\HttpClient::class,
'call' => [
['createClient', [], Dice::CHAIN_CALL],