belongsTo(Order::class); } public function product() { return $this->belongsTo(Product::class)->withDefault(); } }