mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #1017] [CLOSED] Extend the "getRepository" method to accept objects as parameter. #9036
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1017
Author: @porebskk
Created: 4/24/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
aa41d09Update EntityManager.php1b0d0b8Merge pull request #1 from porebskk/patch-1📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityManager.php(+4 -1)📄 Description
This small change in the method "getRepository" will increase the development speed, since the developer isn't anymore forced to insert the FQNS as a string.
Is this change reasonable?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.