This commit is contained in:
Joas Schilling 2016-05-12 16:09:00 +02:00
parent d4e828f39e
commit d16a97a273
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
namespace OCA\user_ldap\lib;
use OCA\User_LDAP\User\IUserTools;
use OCA\User_LDAP\User\Manager;
use OCA\User_LDAP\User\OfflineUser;
use OCA\User_LDAP\Mapping\AbstractMapping;
@ -76,7 +77,7 @@ class Access extends LDAPUtility implements IUserTools {
protected $groupMapper;
public function __construct(Connection $connection, ILDAPWrapper $ldap,
user\Manager $userManager) {
Manager $userManager) {
parent::__construct($ldap);
$this->connection = $connection;
$this->userManager = $userManager;