]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/ActivityType.php
Merge pull request #5584 from BookStackApp/content_comments
[bookstack] / app / Activity / ActivityType.php
index 5ec9b9cf0dc7f452040b2ca3278c24d0ed0c9855..a7f129f71d4317055f23062c22f05363beef5168 100644 (file)
@@ -71,6 +71,10 @@ class ActivityType
     const IMPORT_RUN = 'import_run';
     const IMPORT_DELETE = 'import_delete';
 
+    const SORT_RULE_CREATE = 'sort_rule_create';
+    const SORT_RULE_UPDATE = 'sort_rule_update';
+    const SORT_RULE_DELETE = 'sort_rule_delete';
+
     /**
      * Get all the possible values.
      */