diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-07 20:16:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-07 20:16:05 -0500 |
commit | 54b3cfe8a14e99ab2372fc5095facc3a2259f077 (patch) | |
tree | 3af8286c3bead5ff0a50895b9298a30dc9742b8e /app/Action/CommentCreation.php | |
parent | 1ef6e6c2bf39234993b825d4b974301470c49e83 (diff) |
Move bitbucket webhook to an external plugin
Diffstat (limited to 'app/Action/CommentCreation.php')
-rw-r--r-- | app/Action/CommentCreation.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php index d7051d4d..e08ef47f 100644 --- a/app/Action/CommentCreation.php +++ b/app/Action/CommentCreation.php @@ -2,7 +2,6 @@ namespace Kanboard\Action; -use Kanboard\Integration\BitbucketWebhook; use Kanboard\Integration\GitlabWebhook; /** @@ -33,8 +32,6 @@ class CommentCreation extends Base public function getCompatibleEvents() { return array( - BitbucketWebhook::EVENT_ISSUE_COMMENT, - BitbucketWebhook::EVENT_COMMIT, GitlabWebhook::EVENT_COMMIT, GitlabWebhook::EVENT_ISSUE_COMMENT, ); |