Skip to content

Commit db8972e

Browse files
authored
fix: Typo (#1810)
1 parent b6dca16 commit db8972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataCollector/RequestCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ public function collect()
138138
$htmlData += $this->getRouteInformation($route);
139139
}
140140

141-
$fulLUrl = $request->fullUrl();
141+
$fullUrl = $request->fullUrl();
142142
$data += [
143-
'full_url' => strlen($fulLUrl) > 100 ? [$fulLUrl] : $fulLUrl,
143+
'full_url' => strlen($fullUrl) > 100 ? [$fullUrl] : $fullUrl,
144144
];
145145
}
146146

0 commit comments

Comments
 (0)