mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove erroneous comment
This commit is contained in:
parent
d927aa3273
commit
8dd0e72284
|
@ -144,8 +144,6 @@ class GroupsController extends Controller
|
||||||
try {
|
try {
|
||||||
// Get group information
|
// Get group information
|
||||||
$group = Group::find($id);
|
$group = Group::find($id);
|
||||||
|
|
||||||
// Delete the group
|
|
||||||
$group->delete();
|
$group->delete();
|
||||||
|
|
||||||
// Redirect to the group management page
|
// Redirect to the group management page
|
||||||
|
|
Loading…
Reference in a new issue