Skip to content

Commit

Permalink
made the dist autoloader to return the autoloder
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 9, 2013
1 parent 642c610 commit e9bd48e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload.php.dist
Expand Up @@ -11,3 +11,5 @@ $loader = require_once __DIR__.'/vendor/autoload.php';
use Doctrine\Common\Annotations\AnnotationRegistry;

AnnotationRegistry::registerLoader(array($loader, 'loadClass'));

return $loader;

0 comments on commit e9bd48e

Please sign in to comment.