We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d0936 commit 1b76585Copy full SHA for 1b76585
src/Logs/LaravelLog.php
@@ -109,7 +109,7 @@ protected function extractContextsFromFullText(): void
109
$contexts = [];
110
111
// Find matches.
112
- $json_strings = $this->getJsonStrings();
+ $json_strings = $this->getJsonStringsFromFullText();
113
114
if (empty($json_strings)) {
115
return;
@@ -180,7 +180,7 @@ protected function extractMailPreview(): void
180
];
181
}
182
183
- protected function getJsonStrings(): array
+ protected function getJsonStringsFromFullText(): array
184
{
185
$json = '';
186
$json_strings = [];
0 commit comments