mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-28 19:08:44 -07:00
Add debug for the notification channel thing.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user