diff options
Diffstat (limited to 'app/Integration/HipchatWebhook.php')
-rw-r--r-- | app/Integration/HipchatWebhook.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Integration/HipchatWebhook.php b/app/Integration/HipchatWebhook.php index 1d08e514..af1e4495 100644 --- a/app/Integration/HipchatWebhook.php +++ b/app/Integration/HipchatWebhook.php @@ -1,6 +1,6 @@ <?php -namespace Integration; +namespace Kanboard\Integration; /** * Hipchat webhook @@ -8,7 +8,7 @@ namespace Integration; * @package integration * @author Frederic Guillot */ -class HipchatWebhook extends \Core\Base +class HipchatWebhook extends \Kanboard\Core\Base { /** * Return true if Hipchat is enabled for this project or globally |