diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 7e11198232..b6a8b03cbc 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -66,16 +66,6 @@ return (function(): array { [Dice::INSTANCE => Dice::SELF], ], ], - '$basepath' => [ - 'instanceOf' => Util\BasePath::class, - 'call' => [ - ['getPath', [], Dice::CHAIN_CALL], - ], - 'constructParams' => [ - $basepath, - $_SERVER - ] - ], Util\BasePath::class => [ 'constructParams' => [ $basepath,