LMongo\ConnectionResolver::getDefaultConnection PHP Method

getDefaultConnection() public method

Get the default connection name.
public getDefaultConnection ( ) : string
return string
    public function getDefaultConnection()
    {
        return $this->default;
    }