mirror of
https://github.com/friendica/friendica
synced 2025-01-03 14:02:26 +00:00
Remove Dice rules for $basepath
This commit is contained in:
parent
4deb28f24e
commit
b9b44931ac
1 changed files with 0 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue