1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Started webhook implementation

This commit is contained in:
Dan Brown
2021-12-07 14:55:11 +00:00
parent 867cbe15ea
commit a3a3055695
12 changed files with 135 additions and 12 deletions

View File

@ -23,7 +23,7 @@ class RoleController extends Controller
/**
* Show a listing of the roles in the system.
*/
public function list()
public function index()
{
$this->checkPermission('user-roles-manage');
$roles = $this->permissionsRepo->getAllRoles();