From: Art4 Date: Mon, 23 Dec 2024 13:42:01 +0000 (+0000) Subject: Remove Dice rules for $basepath X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9b44931acd6f71bf377d8c26f24f354017d11e0;p=friendica.git Remove Dice rules for $basepath --- 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,