|
@@ -32,10 +32,7 @@ class Order extends BaseModel
|
|
{
|
|
{
|
|
return $this->belongsTo(Docter::class);
|
|
return $this->belongsTo(Docter::class);
|
|
}
|
|
}
|
|
-// public function user()
|
|
|
|
-// {
|
|
|
|
-// return $this->belongsTo(User::class);
|
|
|
|
-// }
|
|
|
|
|
|
+
|
|
public function calllog()
|
|
public function calllog()
|
|
{
|
|
{
|
|
return $this->hasMany(CallLog::class);
|
|
return $this->hasMany(CallLog::class);
|