#4586 Remove ReassignAll method

This commit is contained in:
Master_Hans 2020-12-09 22:24:53 +03:00
parent 82c803943f
commit 50577b6eed

View File

@ -302,9 +302,4 @@ class GroupController extends Controller
throw new HttpException(403); throw new HttpException(403);
} }
} }
public function actionReassignAll($group)
{
}
} }