remotes/origin/stand-alone-job-executer
Joas Schilling 9 years ago
parent d4e828f39e
commit d16a97a273
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 3
      apps/user_ldap/lib/access.php

@ -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;

Loading…
Cancel
Save