Skip to content

Commit

Permalink
Add learningDashboardDownloadSessionData to Feature enum (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei authored Sep 27, 2024
1 parent 3563503 commit 0df16da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enum/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ enum Feature: string
case IMPORT_SHARED_NOTES_FROM_BREAKOUT_ROOMS = 'importSharedNotesFromBreakoutRooms';
case LAYOUTS = 'layouts';
case LEARNING_DASHBOARD = 'learningDashboard';
case LEARNING_DASHBOARD_DOWNLOAD_SESSION_DATA = 'learningDashboardDownloadSessionData';
case POLLS = 'polls';
case SCREENSHARE = 'screenshare';
case SHARED_NOTES = 'sharedNotes';
Expand Down

0 comments on commit 0df16da

Please sign in to comment.