diff options
Diffstat (limited to 'app/Api/User.php')
-rw-r--r-- | app/Api/User.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Api/User.php b/app/Api/User.php index 4884c45c..00d35796 100644 --- a/app/Api/User.php +++ b/app/Api/User.php @@ -1,8 +1,8 @@ <?php -namespace Api; +namespace Kanboard\Api; -use Auth\Ldap; +use Kanboard\Auth\Ldap; /** * User API controller @@ -10,7 +10,7 @@ use Auth\Ldap; * @package api * @author Frederic Guillot */ -class User extends \Core\Base +class User extends \Kanboard\Core\Base { public function getUser($user_id) { |