diff options
Diffstat (limited to 'app/Action/CommentCreation.php')
-rw-r--r-- | app/Action/CommentCreation.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php index 4029c875..73fedc3b 100644 --- a/app/Action/CommentCreation.php +++ b/app/Action/CommentCreation.php @@ -1,10 +1,10 @@ <?php -namespace Action; +namespace Kanboard\Action; -use Integration\BitbucketWebhook; -use Integration\GithubWebhook; -use Integration\GitlabWebhook; +use Kanboard\Integration\BitbucketWebhook; +use Kanboard\Integration\GithubWebhook; +use Kanboard\Integration\GitlabWebhook; /** * Create automatically a comment from a webhook |