Skip to content

Commit

Permalink
Update libraries/src/Form/Field/ImagelistField.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
NicolasDerumigny and richard67 committed Feb 27, 2023
1 parent a914304 commit b3d0fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/ImagelistField.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ImagelistField extends FilelistField
* @var string
* @since 1.7.0
*/
protected $type = "Imagelist";
protected $type = 'Imagelist';

/**
* Method to get the list of images field options.
Expand Down

0 comments on commit b3d0fd7

Please sign in to comment.