Skip to content

Commit 22aef4d

Browse files
committed
Fix
1 parent ae0bf52 commit 22aef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function metadata(array $metadata = []): Service
8080
public function handleException($exception): void
8181
{
8282
if (!$this->isEnabled()) {
83-
return true;
83+
return;
8484
}
8585

8686
$this->bugsnag->notifyException($exception);

0 commit comments

Comments
 (0)