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], ['getPath', [], Dice::CHAIN_CALL],
], ],
'constructParams' => [ 'constructParams' => [
dirname(__FILE__, 2), $basepath,
$_SERVER $_SERVER
] ]
], ],
Util\BasePath::class => [ Util\BasePath::class => [
'constructParams' => [ 'constructParams' => [
dirname(__FILE__, 2), $basepath,
$_SERVER $_SERVER
] ]
], ],