mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Updated to shlinkio/shlink-event-dispatcher 2
This commit is contained in:
parent
a9704c6e2f
commit
6b6d751d54
@ -49,7 +49,7 @@
|
|||||||
"ramsey/uuid": "^3.9",
|
"ramsey/uuid": "^3.9",
|
||||||
"shlinkio/shlink-common": "dev-main#1311861 as 3.4",
|
"shlinkio/shlink-common": "dev-main#1311861 as 3.4",
|
||||||
"shlinkio/shlink-config": "^1.0",
|
"shlinkio/shlink-config": "^1.0",
|
||||||
"shlinkio/shlink-event-dispatcher": "^1.6",
|
"shlinkio/shlink-event-dispatcher": "^2.0",
|
||||||
"shlinkio/shlink-importer": "^2.1",
|
"shlinkio/shlink-importer": "^2.1",
|
||||||
"shlinkio/shlink-installer": "^5.3",
|
"shlinkio/shlink-installer": "^5.3",
|
||||||
"shlinkio/shlink-ip-geolocation": "^1.5",
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
||||||
|
@ -29,6 +29,6 @@ final class ShortUrlVisited implements JsonSerializable
|
|||||||
|
|
||||||
public function jsonSerialize(): array
|
public function jsonSerialize(): array
|
||||||
{
|
{
|
||||||
return ['visitId' => $this->visitId, 'originalIpAddress' => $this->originalIpAddress];
|
return ['visitId' => $this->visitId, 'originalIpAddress' => '<censored>'];
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user