From 25a1bf6360080e8bad4868418ac092eb8da7f38f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 2 Apr 2016 09:16:53 +0000 Subject: [PATCH] fix missing use EGroupware\Api --- api/src/Auth/Pam.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/src/Auth/Pam.php b/api/src/Auth/Pam.php index 6276fd4bab..bbc44579ce 100644 --- a/api/src/Auth/Pam.php +++ b/api/src/Auth/Pam.php @@ -11,6 +11,8 @@ namespace EGroupware\Api\Auth; +use EGroupware\Api; + /** * Auth from PAM *