Skip to content

Commit eb61634

Browse files
Merge pull request #7 from jprodrigues70/v1.0.1
Fix client url access
2 parents 1d69548 + 1c32df4 commit eb61634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Jobs/ProcessLogWithIpInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public function handle()
7171
}
7272
}
7373

74-
if ($this->attemped_url) {
75-
$messsage .= " when accessing the URL:{$this->attemped_url} ";
74+
if ($this->client->url) {
75+
$messsage .= " when accessing the URL: {$this->client->url} ";
7676
}
7777

7878
if (($this->action === 'WHITELISTED') || ($this->action === 'GOOD_CRAWLER')) {

0 commit comments

Comments
 (0)