bug fixing

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-06-25 09:38:03 +08:00
parent 7d51085dae
commit 48e033f436
7 changed files with 133 additions and 47 deletions
+12
View File
@@ -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');
}
}