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