Skip to content

Commit 4d28618

Browse files
authored
Refactored database, mail and webhook notifications (alexjustesen#2439)
Co-authored-by: Alex Justesen <[email protected]>
1 parent ecb551d commit 4d28618

28 files changed

+649
-685
lines changed

app/Actions/Notifications/SendMailTestNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace App\Actions\Notifications;
44

5-
use App\Mail\Test as TestMail;
5+
use App\Mail\TestMail;
66
use Filament\Notifications\Notification;
77
use Illuminate\Support\Facades\Mail;
88
use Lorisleiva\Actions\Concerns\AsAction;

app/Filament/Pages/Settings/Notification.php

Lines changed: 131 additions & 109 deletions
Large diffs are not rendered by default.

app/Listeners/Database/SendSpeedtestCompletedNotification.php

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

app/Listeners/Database/SendSpeedtestThresholdNotification.php

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

app/Listeners/Mail/SendSpeedtestCompletedNotification.php

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

app/Listeners/Mail/SendSpeedtestThresholdNotification.php

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

0 commit comments

Comments
 (0)