mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 03:34:27 +02:00
Fix logger classes and tests
This commit is contained in:
parent
903ecc2a76
commit
bca6abf4ab
5 changed files with 28 additions and 72 deletions
|
@ -72,7 +72,7 @@ EOF;
|
|||
public function dataHooks(): array
|
||||
{
|
||||
return [
|
||||
'normal' => [
|
||||
'normal' => [
|
||||
'structure' => $this->structure,
|
||||
'enabled' => $this->addons,
|
||||
'files' => [
|
||||
|
@ -86,7 +86,7 @@ EOF;
|
|||
],
|
||||
],
|
||||
],
|
||||
'double' => [
|
||||
'double' => [
|
||||
'structure' => $this->structure,
|
||||
'enabled' => $this->addons,
|
||||
'files' => [
|
||||
|
@ -101,7 +101,7 @@ EOF;
|
|||
],
|
||||
],
|
||||
],
|
||||
'wrongName' => [
|
||||
'wrongName' => [
|
||||
'structure' => $this->structure,
|
||||
'enabled' => $this->addons,
|
||||
'files' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue