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.
2 parents 1d69548 + 1c32df4 commit eb61634Copy full SHA for eb61634
src/Jobs/ProcessLogWithIpInfo.php
@@ -71,8 +71,8 @@ public function handle()
71
}
72
73
74
- if ($this->attemped_url) {
75
- $messsage .= " when accessing the URL:{$this->attemped_url} ";
+ if ($this->client->url) {
+ $messsage .= " when accessing the URL: {$this->client->url} ";
76
77
78
if (($this->action === 'WHITELISTED') || ($this->action === 'GOOD_CRAWLER')) {
0 commit comments