| 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');
|