Browse Source

new settings section

andre 6 months ago
parent
commit
cf75f3e9ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Enums/ControllerEnums.php

+ 1 - 1
app/Enums/ControllerEnums.php

@@ -19,6 +19,6 @@ class ControllerEnums
     const WEBMAIL_PAGE              = 'ca_goToWebmailPage';
     const WEBMAIL_PAGE              = 'ca_goToWebmailPage';
     const DISTRIBUTION_MAIL_PAGE    = 'ca_distributionListPage';
     const DISTRIBUTION_MAIL_PAGE    = 'ca_distributionListPage';
     const RESSOURCE_PAGE            = 'ca_ressourcePage';
     const RESSOURCE_PAGE            = 'ca_ressourcePage';
-    const SETTINGS_PAGE             = 'ca_ressourcePage';
+    const SETTINGS_PAGE             = 'ca_settingsPage';
 
 
 }
 }