Mike 4 năm trước cách đây
mục cha
commit
c75353ac7b
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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');