diff options
Diffstat (limited to 'app/Integration/GithubWebhook.php')
-rw-r--r-- | app/Integration/GithubWebhook.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Integration/GithubWebhook.php b/app/Integration/GithubWebhook.php index a725f5b9..c948ea8b 100644 --- a/app/Integration/GithubWebhook.php +++ b/app/Integration/GithubWebhook.php @@ -1,9 +1,9 @@ <?php -namespace Integration; +namespace Kanboard\Integration; -use Event\GenericEvent; -use Model\Task; +use Kanboard\Event\GenericEvent; +use Kanboard\Model\Task; /** * Github Webhook @@ -11,7 +11,7 @@ use Model\Task; * @package integration * @author Frederic Guillot */ -class GithubWebhook extends \Core\Base +class GithubWebhook extends \Kanboard\Core\Base { /** * Events |