dbfdg hasOne('App\Models\ProductService', 'id', 'product_id'); } public function fromWarehouse() { return $this->hasOne('App\Models\warehouse', 'id', 'from_warehouse'); } public function toWarehouse() { return $this->hasOne('App\Models\warehouse', 'id', 'to_warehouse'); } }