Dsdevbe\LdapConnector\Adapter\Adldap::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Hashing\Hasher $hasher, array $config )
$hasher Illuminate\Contracts\Hashing\Hasher
$config array
    public function __construct(HasherContract $hasher, array $config)
    {
        $this->_hasher = $hasher;
        $this->_ldap = new adLDAPService($config);
    }