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.
1 parent e2f302e commit f32098dCopy full SHA for f32098d
src/Sentry/Laravel/EventHandler.php
@@ -173,7 +173,7 @@ public function subscribeQueueEvents(QueueManager $queue)
173
*/
174
public function __call($method, $arguments)
175
{
176
- $handlerMethod = $handlerMethod = "{$method}Handler";
+ $handlerMethod = "{$method}Handler";
177
178
if (!method_exists($this, $handlerMethod)) {
179
throw new RuntimeException("Missing event handler: {$handlerMethod}");
0 commit comments