belongsTo(Product::class); } public function customer(){ return $this->belongsTo(Customer::class); } }