LMongo\DatabaseManager::getDefaultConnection PHP Method

getDefaultConnection() public method

Get the default connection name.
public getDefaultConnection ( ) : string
return string
    public function getDefaultConnection()
    {
        return $this->app['config']['lmongo::default'];
    }