diff options
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 |
