From b9b44931acd6f71bf377d8c26f24f354017d11e0 Mon Sep 17 00:00:00 2001 From: Art4 Date: Mon, 23 Dec 2024 13:42:01 +0000 Subject: [PATCH] Remove Dice rules for $basepath --- static/dependencies.config.php | 10 ---------- 1 file changed, 10 deletions(-) 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,