From 1c32df43033d053685a4875fac9f23ad9dadd9e6 Mon Sep 17 00:00:00 2001 From: JP Rodrigues <70jprodrigues@gmail.com> Date: Mon, 11 May 2020 14:13:31 -0300 Subject: [PATCH] Fix client url access --- src/Jobs/ProcessLogWithIpInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jobs/ProcessLogWithIpInfo.php b/src/Jobs/ProcessLogWithIpInfo.php index 247d9d7..418be66 100755 --- a/src/Jobs/ProcessLogWithIpInfo.php +++ b/src/Jobs/ProcessLogWithIpInfo.php @@ -71,8 +71,8 @@ public function handle() } } - if ($this->attemped_url) { - $messsage .= " when accessing the URL:{$this->attemped_url} "; + if ($this->client->url) { + $messsage .= " when accessing the URL: {$this->client->url} "; } if (($this->action === 'WHITELISTED') || ($this->action === 'GOOD_CRAWLER')) {