merged branch lsmith77/registry_interface_tweak (PR #2397)

Commits
-------

41ab1f7 updated RegistryInterface for https://github.com/doctrine/common/pull/68

Discussion
----------

[Doctrine] updated RegistryInterface

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -

We tweaked the ManagerRegistry interface in https://github.com/doctrine/common/pull/68
So this PR just fixes the RegistryInterface as the PR was merged
This commit is contained in:
Fabien Potencier 2011-10-15 12:28:44 +02:00
commit fe04e7fbc4

View File

@ -15,14 +15,14 @@ use Doctrine\DBAL\Connection;
use Doctrine\ORM\Configuration;
use Doctrine\ORM\ORMException;
use Doctrine\Common\Persistence\ConnectionRegistry as ConnectionRegistryInterface;
use Doctrine\Common\Persistence\ManagerRegistry as ManagerRegistryInterface;
/**
* References Doctrine connections and entity managers.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
interface RegistryInterface extends ConnectionRegistryInterface
interface RegistryInterface extends ManagerRegistryInterface
{
/**
* Gets the default entity manager name.