Replace more calls of dirname() with $basepath

This commit is contained in:
Art4 2024-12-23 13:35:46 +00:00
parent a0e77032cf
commit 3a491b879c

View file

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