setUserAgent($this->resource->user_agent); return [ 'id' => (int) $this->id, 'user_id' => (int) $this->user_id, 'ip_address' => $this->ip_address, 'user_agent' => $this->user_agent, 'browser' => $agent->browser(), 'platform' => $agent->platform(), 'device' => $agent->device(), 'description' => $this->description, 'created_at' => (string) $this->created_at, ]; } }