diff options
Diffstat (limited to 'app/Integration/GitlabWebhook.php')
-rw-r--r-- | app/Integration/GitlabWebhook.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Integration/GitlabWebhook.php b/app/Integration/GitlabWebhook.php index b8925daf..4b90ef7f 100644 --- a/app/Integration/GitlabWebhook.php +++ b/app/Integration/GitlabWebhook.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; /** * Gitlab Webhook @@ -11,7 +11,7 @@ use Model\Task; * @package integration * @author Frederic Guillot */ -class GitlabWebhook extends \Core\Base +class GitlabWebhook extends \Kanboard\Core\Base { /** * Events |