rabin 18 hours ago
parent
commit
4250b68bd6
1 changed files with 0 additions and 7 deletions
  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;