summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 8cfc7120..90944128 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -21,10 +21,10 @@ class Acl extends Base
'user' => array('google', 'github'),
'task' => array('readonly'),
'board' => array('readonly'),
- 'project' => array('feed'),
- 'webhook' => '*',
'app' => array('colors'),
+ 'webhook' => '*',
'ical' => '*',
+ 'feed' => '*',
);
/**