Fix testNotification function

Signed-off-by: Joe Longendyke <IDevJoe@users.noreply.github.com>
This commit is contained in:
Joe Longendyke
2026-03-21 16:05:03 -04:00
committed by GitHub
parent f5dea9ac09
commit 56a2580fd7

View File

@@ -132,7 +132,7 @@ final class NotificationController extends Controller
return redirect(route('settings.notification.index'));
}
$all = $request->only(['channel']);
$all = $request->only(['test_submit']);
$channel = $all['test_submit'] ?? '';
switch ($channel) {