diff --git a/src/Sentry/Laravel/EventHandler.php b/src/Sentry/Laravel/EventHandler.php index 397deb51..ea3a036d 100644 --- a/src/Sentry/Laravel/EventHandler.php +++ b/src/Sentry/Laravel/EventHandler.php @@ -173,7 +173,7 @@ public function subscribeQueueEvents(QueueManager $queue) */ public function __call($method, $arguments) { - $handlerMethod = $handlerMethod = "{$method}Handler"; + $handlerMethod = "{$method}Handler"; if (!method_exists($this, $handlerMethod)) { throw new RuntimeException("Missing event handler: {$handlerMethod}");