diff options
Diffstat (limited to 'app/Integration')
-rw-r--r-- | app/Integration/BitbucketWebhook.php | 1 | ||||
-rw-r--r-- | app/Integration/GithubWebhook.php | 1 | ||||
-rw-r--r-- | app/Integration/GitlabWebhook.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/app/Integration/BitbucketWebhook.php b/app/Integration/BitbucketWebhook.php index 44e5bd74..97a39437 100644 --- a/app/Integration/BitbucketWebhook.php +++ b/app/Integration/BitbucketWebhook.php @@ -3,7 +3,6 @@ namespace Kanboard\Integration; use Kanboard\Event\GenericEvent; -use Kanboard\Model\Task; /** * Bitbucket Webhook diff --git a/app/Integration/GithubWebhook.php b/app/Integration/GithubWebhook.php index a4333723..c8b53e37 100644 --- a/app/Integration/GithubWebhook.php +++ b/app/Integration/GithubWebhook.php @@ -3,7 +3,6 @@ namespace Kanboard\Integration; use Kanboard\Event\GenericEvent; -use Kanboard\Model\Task; /** * Github Webhook diff --git a/app/Integration/GitlabWebhook.php b/app/Integration/GitlabWebhook.php index fb75d95a..b3f9b0b5 100644 --- a/app/Integration/GitlabWebhook.php +++ b/app/Integration/GitlabWebhook.php @@ -3,7 +3,6 @@ namespace Kanboard\Integration; use Kanboard\Event\GenericEvent; -use Kanboard\Model\Task; /** * Gitlab Webhook |