mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Ensured latitude and longitude are set as float in DB
This commit is contained in:
@@ -15,10 +15,10 @@ use Shlinkio\Shlink\Core\Visit\Model\VisitLocationInterface;
|
||||
|
||||
class Visit extends AbstractEntity implements JsonSerializable
|
||||
{
|
||||
private string $referer;
|
||||
private string $referer = '';
|
||||
private Chronos $date;
|
||||
private ?string $remoteAddr;
|
||||
private string $userAgent;
|
||||
private ?string $remoteAddr = null;
|
||||
private string $userAgent = '';
|
||||
private ShortUrl $shortUrl;
|
||||
private ?VisitLocation $visitLocation = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user