File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class RolesController extends Controller
1818 }
1919
2020 /**
21- * Show a list of users
21+ * Show a list of roles
2222 * @return \Illuminate\View\View
2323 */
2424 public function index()
@@ -38,7 +38,7 @@ class RolesController extends Controller
3838 }
3939
4040 /**
41- * Insert new user into the system
41+ * Insert new role into the system
4242 *
4343 * @param Request $request
4444 *
@@ -52,7 +52,7 @@ class RolesController extends Controller
5252 }
5353
5454 /**
55- * Show a user edit page
55+ * Show a role edit page
5656 *
5757 * @param $id
5858 *
@@ -66,7 +66,7 @@ class RolesController extends Controller
6666 }
6767
6868 /**
69- * Update our user information
69+ * Update our role information
7070 *
7171 * @param Request $request
7272 * @param $id
@@ -81,7 +81,7 @@ class RolesController extends Controller
8181 }
8282
8383 /**
84- * Destroy specific user
84+ * Destroy specific role
8585 *
8686 * @param $id
8787 *
You can’t perform that action at this time.
0 commit comments