Skip to content

Commit 7e2a2d4

Browse files
committed
remove command and update db channel
1 parent 2a90e49 commit 7e2a2d4

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

app/Console/Commands/TestNotification.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

app/Listeners/Database/SendSpeedtestCompletedNotification.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use App\Models\User;
77
use App\Settings\NotificationSettings;
88
use Filament\Notifications\Notification;
9-
use Illuminate\Support\Facades\Log;
109

1110
class SendSpeedtestCompletedNotification
1211
{
@@ -26,7 +25,6 @@ public function handle(SpeedtestCompleted $event): void
2625
}
2726

2827
foreach (User::all() as $user) {
29-
Log::info('Notifying user', ['id' => $user->id, 'email' => $user->email]);
3028
Notification::make()
3129
->title(__('results.speedtest_completed'))
3230
->success()

0 commit comments

Comments
 (0)