rabin 23 小时之前
父节点
当前提交
4250b68bd6
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      app/Lib/Relation.php

+ 0 - 7
app/Lib/Relation.php

@@ -6,13 +6,6 @@ use Dever;
 class Relation
 {
     private $table = 'invite/relation';
-    public function __construct($invite = '')
-    {
-        if ($invite) {
-            $this->table = $invite;
-        }
-    }
-
     # 只记录几级关系
     private $total = 10;