chore: log full source hostname

This commit is contained in:
Marek Miklewicz
2026-06-30 21:35:12 +02:00
parent b6a9180eae
commit 311190a7cd
8 changed files with 19 additions and 6 deletions
+5
View File
@@ -57,6 +57,11 @@ final class DirectAdminContext
return $this->serverName;
}
public function auditServerName(): string
{
return $this->sourceHost;
}
public function method(): string
{
return $this->method;