diff --git a/src/Servers/Reverb/Connection.php b/src/Servers/Reverb/Connection.php index e1b0e53f..4ec5a3c6 100644 --- a/src/Servers/Reverb/Connection.php +++ b/src/Servers/Reverb/Connection.php @@ -16,11 +16,6 @@ class Connection extends ConnectionContract */ protected ?string $id = null; - /** - * The last time the connection was seen. - */ - protected ?string $lastSeenAt = null; - /** * Stores the ping state of the connection. *