Adldap\Laravel\AdldapServiceProvider::newProvider PHP Method

newProvider() protected method

Returns a new Provider instance.
protected newProvider ( array $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : Provider
$configuration array
$connection Adldap\Connections\ConnectionInterface
$schema Adldap\Schemas\SchemaInterface
return Adldap\Connections\Provider
    protected function newProvider($configuration = [], ConnectionInterface $connection = null, SchemaInterface $schema = null)
    {
        return new Provider($configuration, $connection, $schema);
    }