Adldap\Laravel\Traits\UsesAdldap::getAdldap PHP 메소드

getAdldap() 보호된 메소드

Returns the root Adldap provider instance.
protected getAdldap ( string $provider = null ) : Adldap\Connections\ProviderInterface
$provider string
리턴 Adldap\Connections\ProviderInterface
    protected function getAdldap($provider = null)
    {
        $provider = $provider ?: $this->getDefaultConnectionName();
        return Adldap::getProvider($provider);
    }