Skip to content

Commit

Permalink
add support for video
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 1, 2023
1 parent cbbe064 commit f783e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/SetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ enum SetType: string
{
case Text = 'text';
case Code = 'code';
case Video = 'video';
}

0 comments on commit f783e7b

Please sign in to comment.