Skip to content

Commit 238b9d2

Browse files
committed
Update class name
1 parent d569c61 commit 238b9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debug/HTTPCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function renderRequest() : string
7979
\ob_start(); ?>
8080
<p>
8181
<strong>IP:</strong> <?= $this->request->getIp() ?>
82-
<span class="opaque">(<?= $this->request->getIpKey() ?>)</span>
82+
<span class="text-opaque">(<?= $this->request->getIpKey() ?>)</span>
8383
</p>
8484
<p><strong>Is Secure:</strong> <?= $this->request->isSecure() ? 'Yes' : 'No' ?></p>
8585
<p><strong>Protocol:</strong> <?= $this->request->getProtocol() ?></p>

0 commit comments

Comments
 (0)