Mike 4 年之前
父节点
当前提交
c75353ac7b
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      app/Models/DocterOrganization.php

+ 0 - 5
app/Models/DocterOrganization.php

xqd
@@ -27,11 +27,6 @@ class DocterOrganization extends BaseModel
         return $this->hasOne(Docter::class, 'id', 'docter_id');
     }
 
-    public function organization()
-    {
-        return $this->belongsTo(Organization::class);
-    }
-
     public function office()
     {
         return $this->hasOne(Office::class,'id','offices_id');