mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-27 16:34:05 +00:00
bug fixing
This commit is contained in:
@@ -19,4 +19,16 @@ class Company extends Model
|
||||
return $this->hasMany('App\Deliveryinfo');
|
||||
|
||||
}
|
||||
|
||||
public function warehouse() {
|
||||
|
||||
return $this->hasMany('App\Warehouse');
|
||||
|
||||
}
|
||||
|
||||
public function contact() {
|
||||
|
||||
return $this->hasMany('App\Contact');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user