mirror of
https://github.com/friendica/friendica
synced 2025-01-07 05:24:43 +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],
|
[Dice::INSTANCE => Dice::SELF],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'$basepath' => [
|
|
||||||
'instanceOf' => Util\BasePath::class,
|
|
||||||
'call' => [
|
|
||||||
['getPath', [], Dice::CHAIN_CALL],
|
|
||||||
],
|
|
||||||
'constructParams' => [
|
|
||||||
$basepath,
|
|
||||||
$_SERVER
|
|
||||||
]
|
|
||||||
],
|
|
||||||
Util\BasePath::class => [
|
Util\BasePath::class => [
|
||||||
'constructParams' => [
|
'constructParams' => [
|
||||||
$basepath,
|
$basepath,
|
||||||
|
|
Loading…
Reference in a new issue