mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Updated to shlinkio/shlink-event-dispatcher 2
This commit is contained in:
@@ -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>'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user