You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commits
-------
7ef6295 Removed the unnecessary file include
Discussion
----------
Removed the unnecessary file include
As of Doctrine 2.2, the ORM annotations can be found by the autoloader directly.
This will also avoid breaking the testsuite in case the dev deps have not been installed as the ORM would not be available in this case (the tests relying on the ORM should already be skipped when it is not available). See #5402
0 commit comments