Skip to content

Commit c7d642b

Browse files
Merge pull request #10 from jprodrigues70/master
Patch: Fix invalid bot print
2 parents 22c12a9 + ffd913f commit c7d642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/CheckIfBotIsReal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle()
4949
}
5050

5151
if (is_null($found_bot_key)) {
52-
throw new \InvalidArgumentException("I did not found {$found_bot_key} key");
52+
throw new \InvalidArgumentException("I did not found \"{$this->client->userAgent}\" key");
5353
}
5454

5555
// Lets remove from the pending list

0 commit comments

Comments
 (0)