We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af9655 commit 8792c26Copy full SHA for 8792c26
routes/web.php
@@ -74,10 +74,6 @@
74
});
75
76
77
-Route::middleware(['account.banned'])->group(function(){
78
- Route::get('/banned', [ErrorsController::class, 'userIsBanned'])->name('banned');
79
-});
80
-
81
// Calendar management
82
Route::middleware(['account.deletion', 'agreement', 'account.banned'])->group(function () {
83
Route::group(['as' => 'calendars.', 'prefix' => 'calendars'], function(){
0 commit comments