Skip to content

Commit b66a057

Browse files
fix: use correct right term
1 parent add0334 commit b66a057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/Enums/PermissionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum PermissionType: string
3838

3939
case EXPORT = 'export';
4040

41-
case FAQ_ADD = 'addfaq';
41+
case FAQ_ADD = 'add_faq';
4242

4343
case FAQ_APPROVE = 'approverec';
4444

0 commit comments

Comments
 (0)