mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3137: Entity Repository Interface Fatal Error #3890
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (May 24, 2014).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user Dorian_Sam:
For example:
$em = $this->getServiceLocator()->get('doctrine.entitymanager.orm_default');
$em->getRepository('MyEntity');
Response:
Fatal error: Class Doctrine\ORM\Repository\DefaultRepositoryFactory contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Doctrine\ORM\Repository\RepositoryFactory::xgetRepository) in /srv/www/casestories.loc/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php on line 77
@doctrinebot commented on GitHub (May 24, 2014):
Comment created by Dorian_Sam:
composer update problem, sorry, close issue
@doctrinebot commented on GitHub (Jun 26, 2014):
Issue was closed with resolution "Invalid"