8000 Removed the unnecessary file include · symfony/symfony@7ef6295 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ef6295

Browse files
committed
Removed the unnecessary file include
As of Doctrine 2.2, the ORM annotations can be found by the autoloader directly.
1 parent 0f61b2e commit 7ef6295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload.php.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ if (!function_exists('intl_get_error_code')) {
1414
}
1515

1616
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
17-
AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');

0 commit comments

Comments
 (0)
0