fix(concentration): Update concentration property to use EAU_DE_PERFUME constant for improved clarity and maintainability.
This commit is contained in:
parent
c9e5eb5c0f
commit
2a1b9bbd49
@ -34,7 +34,7 @@ class PerfumeForm extends Form
|
||||
|
||||
public ?string $description = null;
|
||||
|
||||
public string $concentration = '2';
|
||||
public string $concentration = Concentration::EAU_DE_PERFUME->value;
|
||||
|
||||
public array $category_ids = [];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user