From f595fb2786d884dbaf7ec87d53cee920a0655f0e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 29 Jul 2015 17:42:48 -0400 Subject: Add first draft of the user api --- app/Api/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Api/User.php') diff --git a/app/Api/User.php b/app/Api/User.php index 0f0f4e59..7409a41b 100644 --- a/app/Api/User.php +++ b/app/Api/User.php @@ -10,7 +10,7 @@ use Auth\Ldap; * @package api * @author Frederic Guillot */ -class User extends Base +class User extends \Core\Base { public function getUser($user_id) { -- cgit v1.2.3