From 7ef629525eece18643be2d7e8dc8e334224d02e6 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 31 Aug 2012 13:16:54 +0200 Subject: [PATCH] Removed the unnecessary file include As of Doctrine 2.2, the ORM annotations can be found by the autoloader directly. --- autoload.php.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload.php.dist b/autoload.php.dist index 93aa33f9e5f16..2a33db73c3457 100644 --- a/autoload.php.dist +++ b/autoload.php.dist @@ -14,4 +14,3 @@ if (!function_exists('intl_get_error_code')) { } AnnotationRegistry::registerLoader(array($loader, 'loadClass')); -AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');