diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-09 21:37:31 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-09 21:37:31 -0500 |
commit | 755b38f09e9f6494129f55b96baff6672981a073 (patch) | |
tree | 6814720b5c42d785410cd9ee0c1e64b77893436b /app/Integration/BitbucketWebhook.php | |
parent | 77a307e4ff8cfb4afcd34990b147f0ad38dfc558 (diff) |
Code cleanup + minor css improvement
Diffstat (limited to 'app/Integration/BitbucketWebhook.php')
-rw-r--r-- | app/Integration/BitbucketWebhook.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Integration/BitbucketWebhook.php b/app/Integration/BitbucketWebhook.php index 9f82d5c0..ccb89e13 100644 --- a/app/Integration/BitbucketWebhook.php +++ b/app/Integration/BitbucketWebhook.php @@ -2,7 +2,6 @@ namespace Integration; -use Event\GenericEvent; use Event\TaskEvent; use Model\Task; |