summaryrefslogtreecommitdiff
path: root/app/Integration
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-04-19 19:33:58 -0400
committerFrederic Guillot <fred@kanboard.net>2015-04-19 19:33:58 -0400
commite30bf47d94e84efe42c05148dddd6cec499d12ae (patch)
treee15c0175387803485ad2f250945193b8b7480ec4 /app/Integration
parentf190be9e2d4d285fb71d84e5d3884206067cf7af (diff)
Rename Hipchat class
Diffstat (limited to 'app/Integration')
-rw-r--r--app/Integration/HipchatWebhook.php (renamed from app/Integration/Hipchat.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Integration/Hipchat.php b/app/Integration/HipchatWebhook.php
index d0a48e42..03b85232 100644
--- a/app/Integration/Hipchat.php
+++ b/app/Integration/HipchatWebhook.php
@@ -3,12 +3,12 @@
namespace Integration;
/**
- * Hipchat
+ * Hipchat webhook
*
* @package integration
* @author Frederic Guillot
*/
-class Hipchat extends Base
+class HipchatWebhook extends Base
{
/**
* Return true if Hipchat is enabled for this project or globally