remove constructor injection of Dice in Router

This commit is contained in:
Art4 2024-12-28 13:10:28 +00:00
parent 182732b112
commit fa315cf44a
3 changed files with 4 additions and 10 deletions

View file

@ -219,7 +219,6 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
'constructParams' => [
$serverVars,
__DIR__ . '/routes.config.php',
[Dice::INSTANCE => Dice::SELF],
null
],
],