Skip to content

Commit

Permalink
Update tools/bazar/fields/ImageField.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy Dufraisse <jeremy.dufraisse-info@orange.fr>
  • Loading branch information
mrflos and J9rem committed Apr 24, 2024
1 parent 61b3670 commit b5f261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazar/fields/ImageField.php
Expand Up @@ -24,7 +24,7 @@ class ImageField extends FileField
protected const FIELD_IMAGE_HEIGHT = 5;
protected const FIELD_IMAGE_WIDTH = 6;
protected const FIELD_IMAGE_CLASS = 7;
protected const FIELD_IMAGE_DEFAULT = 8;
protected const FIELD_IMAGE_DEFAULT = 13;

public function __construct(array $values, ContainerInterface $services)
{
Expand Down

0 comments on commit b5f261d

Please sign in to comment.