rewrite the route name
This commit is contained in:
@@ -376,6 +376,4 @@ Route::prefix('permissions')
|
||||
Route::delete('/{permission}', 'destroy')->name('destroy');
|
||||
});
|
||||
|
||||
Route::prefix('notifications')
|
||||
->name('notifications')
|
||||
->get('/', NotificationController::class);
|
||||
Route::get('/notifications', NotificationController::class)->name('notifications');
|
||||
|
||||
Reference in New Issue
Block a user