$this->id, 'user_id' => (int) $this->user_id, 'ip_address' => $this->ip_address, 'user_agent' => $this->user_agent, 'browser' => $this->browser, 'platform' => $this->platform, 'device' => $this->device, 'last_activity' => (string) $this->last_activity, ]; } }