Skip to content

Commit

Permalink
πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Apr 9, 2024
1 parent 8fec8cc commit 9956316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Sentry/Laravel/Features/NotificationsIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Client\Factory;
use Illuminate\Notifications\Events\NotificationSending;
use Illuminate\Notifications\Events\NotificationSent;
use Sentry\Breadcrumb;
Expand All @@ -26,7 +25,7 @@ public function isApplicable(): bool
|| $this->isBreadcrumbFeatureEnabled(self::FEATURE_KEY);
}

public function onBoot(Dispatcher $events, Factory $factory): void
public function onBoot(Dispatcher $events): void
{
if ($this->isTracingFeatureEnabled(self::FEATURE_KEY)) {
$events->listen(NotificationSending::class, [$this, 'handleNotificationSending']);
Expand Down

0 comments on commit 9956316

Please sign in to comment.