Updated to shlinkio/shlink-event-dispatcher 2

This commit is contained in:
Alejandro Celaya
2021-01-17 11:40:30 +01:00
parent a9704c6e2f
commit 6b6d751d54
3 changed files with 2 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ final class ShortUrlVisited implements JsonSerializable
public function jsonSerialize(): array
{
return ['visitId' => $this->visitId, 'originalIpAddress' => $this->originalIpAddress];
return ['visitId' => $this->visitId, 'originalIpAddress' => '<censored>'];
}
}