Fix Test modul
This commit is contained in:
parent
0ad531d755
commit
61705d001d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class Test
|
|||
protected function log(string $message): void
|
||||
{
|
||||
$this->c->Log->debug("TEST: {$message}", [
|
||||
'user' => $this->user->fLog(),
|
||||
'user' => $this->c->user->fLog(),
|
||||
'headers' => true,
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue