From 070e5b6107eb95560e375ec210aaef230b9ed67a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 3 Dec 2021 14:24:14 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 157b2c5..15f0eb7 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -3,8 +3,6 @@ class TeamController extends BaseAuthedController { - - public function createTeam() { $node_id = 1; @@ -567,4 +565,3 @@ class TeamController extends BaseAuthedController { )); } } -?>