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 22c12a9 + ffd913f commit c7d642bCopy full SHA for c7d642b
src/Jobs/CheckIfBotIsReal.php
@@ -49,7 +49,7 @@ public function handle()
49
}
50
51
if (is_null($found_bot_key)) {
52
- throw new \InvalidArgumentException("I did not found {$found_bot_key} key");
+ throw new \InvalidArgumentException("I did not found \"{$this->client->userAgent}\" key");
53
54
55
// Lets remove from the pending list
0 commit comments