mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
relationship path fixed
This commit is contained in:
+2
-2
@@ -10,13 +10,13 @@ class Contact extends Model
|
||||
|
||||
public function user() {
|
||||
|
||||
return $this->belongsTo(App/User);
|
||||
return $this->belongsTo(App\User);
|
||||
|
||||
}
|
||||
|
||||
public function company(){
|
||||
|
||||
return $this->belongsTo(App/Company);
|
||||
return $this->belongsTo(App\Company);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ class Deliveryinfo extends Model
|
||||
|
||||
public function company(){
|
||||
|
||||
return $this->belongsTo(App/Company);
|
||||
return $this->belongsTo(App\Company);
|
||||
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ class Warehouse extends Model
|
||||
|
||||
public function company(){
|
||||
|
||||
return $this->belongsTo(App/Company);
|
||||
return $this->belongsTo(App\Company);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user