diff options
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, ); |