URL access vulenrability patch

This commit is contained in:
Manish Verma
2021-03-12 18:39:45 +05:30
parent 25c383d8b8
commit 5d8b86bf5e
6 changed files with 26 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ class PriorityController extends Controller
{
$this->PhpMailController = $PhpMailController;
$this->NotificationController = $NotificationController;
$this->middleware('auth');
$this->middleware('roles');
}
/**