diff options
Diffstat (limited to 'app/Api/Action.php')
-rw-r--r-- | app/Api/Action.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Api/Action.php b/app/Api/Action.php index a67e915c..eab20a6c 100644 --- a/app/Api/Action.php +++ b/app/Api/Action.php @@ -1,6 +1,6 @@ <?php -namespace Api; +namespace Kanboard\Api; /** * Action API controller @@ -8,7 +8,7 @@ namespace Api; * @package api * @author Frederic Guillot */ -class Action extends \Core\Base +class Action extends \Kanboard\Core\Base { public function getAvailableActions() { |