Remove Dice rules for $basepath

This commit is contained in:
Art4 2024-12-23 13:42:01 +00:00
parent 4deb28f24e
commit b9b44931ac

View file

@ -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,