]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/ActivityType.php
Sorting: Finished main sort set CRUD work
[bookstack] / app / Activity / ActivityType.php
index 5ec9b9cf0dc7f452040b2ca3278c24d0ed0c9855..4a648da6cfbdb5cb4f173026f5e96cb3f22c7059 100644 (file)
@@ -71,6 +71,10 @@ class ActivityType
     const IMPORT_RUN = 'import_run';
     const IMPORT_DELETE = 'import_delete';
 
+    const SORT_SET_CREATE = 'sort_set_create';
+    const SORT_SET_UPDATE = 'sort_set_update';
+    const SORT_SET_DELETE = 'sort_set_delete';
+
     /**
      * Get all the possible values.
      */