fix tests & remove superfluous parameter
This commit is contained in:
parent
4089e17f85
commit
b1ae58cdc5
3 changed files with 5 additions and 24 deletions
|
@ -145,7 +145,7 @@ return [
|
|||
App\Module::class => [
|
||||
'instanceOf' => App\Module::class,
|
||||
'call' => [
|
||||
['determineModule', [$_SERVER], Dice::CHAIN_CALL],
|
||||
['determineModule', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue