Skip to content

Commit b20f7bf

Browse files
Fix typo in OzuEditorToolbarENum
1 parent c298755 commit b20f7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OzuCms/Form/OzuEditorToolbarEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enum OzuEditorToolbarEnum: string
66
{
77
case Bold = 'bold';
88
case Italic = 'italic';
9-
const Highlight = 'highlight';
9+
case Highlight = 'highlight';
1010
case Link = 'link';
1111
case Separator = '|';
1212
case BulletList = 'bullet-list';

0 commit comments

Comments
 (0)