Mike 4 years ago
parent
commit
d8f3c76eb4
1 changed files with 1 additions and 4 deletions
  1. 1 4
      app/Models/Order.php

+ 1 - 4
app/Models/Order.php

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