Kdyby\Doctrine\Registry::resetService PHP Method

resetService() protected method

A service in this context is connection or a manager instance.
protected resetService ( string $name ) : void
$name string The name of the service.
return void
    protected function resetService($name)
    {
        $this->serviceLocator->removeService($name);
    }