diff options
Diffstat (limited to 'app/Api/Project.php')
-rw-r--r-- | app/Api/Project.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/Project.php b/app/Api/Project.php index 8ed382cb..4c491ced 100644 --- a/app/Api/Project.php +++ b/app/Api/Project.php @@ -1,6 +1,6 @@ <?php -namespace Api; +namespace Kanboard\Api; /** * Project API controller |