Add debug for the notification channel thing.

This commit is contained in:
James Cole
2026-05-21 12:15:48 +02:00
parent 37a3444816
commit c08e3c8797
2 changed files with 13 additions and 2 deletions
@@ -129,7 +129,7 @@ final class NotificationController extends Controller
if ((time() - $lastNotification) < 120) {
session()->flash('error', (string) trans('firefly.test_rate_limited'));
return redirect(route('settings.notification.index'));
return redirect(route('settings.notification.index'));
}
$all = $request->only(['test_submit']);