mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Removed not needed null check
This commit is contained in:
parent
bfeb915cd2
commit
bf0d9ab7d9
@ -87,7 +87,7 @@ class Visit extends AbstractEntity implements JsonSerializable
|
||||
{
|
||||
return [
|
||||
'referer' => $this->referer,
|
||||
'date' => $this->date !== null ? $this->date->toAtomString() : null,
|
||||
'date' => $this->date->toAtomString(),
|
||||
'userAgent' => $this->userAgent,
|
||||
'visitLocation' => $this->visitLocation,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user