diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
commit | 7303a79b503dde63c627675ce4155f96c4e4dbd3 (patch) | |
tree | 91f2d7bcfc228bc5218ff8e2db2d7b9a2c19475c /app/Integration | |
parent | 43cffe282868ff5c32804c34b31baaa1317f5a8e (diff) |
Cleanup and minor fixes
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 |