Skip to content

Commit

Permalink
Removed the unnecessary file include
Browse files Browse the repository at this point in the history
As of Doctrine 2.2, the ORM annotations can be found by the autoloader
directly.
  • Loading branch information
stof committed Aug 31, 2012
1 parent 0f61b2e commit 7ef6295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 7ef6295

Please sign in to comment.