fix(perfume): Change concentration property type from string to int for improved type safety and consistency.
This commit is contained in:
parent
9e9a01d67e
commit
a37135da2d
@ -34,7 +34,7 @@ class PerfumeForm extends Form
|
||||
|
||||
public ?string $description = null;
|
||||
|
||||
public string $concentration = Concentration::EAU_DE_PERFUME->value;
|
||||
public int $concentration = Concentration::EAU_DE_PERFUME->value;
|
||||
|
||||
public array $category_ids = [];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user