'decimal:3', ]; /** * Get the product that owns the packaging. */ public function product(): BelongsTo { return $this->belongsTo(Product::class); } }