1
1
Fork 0

fix tests & remove superfluous parameter

This commit is contained in:
Philipp Holzer 2019-08-12 21:51:51 +02:00
commit b1ae58cdc5
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 5 additions and 24 deletions

View file

@ -145,7 +145,7 @@ return [
App\Module::class => [
'instanceOf' => App\Module::class,
'call' => [
['determineModule', [$_SERVER], Dice::CHAIN_CALL],
['determineModule', [], Dice::CHAIN_CALL],
],
],
];