]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/RoleController.php
Aligned notification capitalisation
[bookstack] / app / Http / Controllers / RoleController.php
index 7ba52d486f539955c159ecc5d9d10d8051ad9830..25b2a5851f88c6802964be60a113577d2fd46f8f 100644 (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();