diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 335b7619e5..7e11198232 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -72,13 +72,13 @@ return (function(): array { ['getPath', [], Dice::CHAIN_CALL], ], 'constructParams' => [ - dirname(__FILE__, 2), + $basepath, $_SERVER ] ], Util\BasePath::class => [ 'constructParams' => [ - dirname(__FILE__, 2), + $basepath, $_SERVER ] ],