Mike 4 år sedan
förälder
incheckning
c75353ac7b
1 ändrade filer med 0 tillägg och 5 borttagningar
  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');