Created
January 10, 2018 15:26
-
-
Save jasson-33/6ba40811473fd5231ea50399e8871a2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Doctrine\Common\Annotations\AnnotationRegistry; | |
use Composer\Autoload\ClassLoader; | |
/** | |
* @var ClassLoader $loader | |
*/ | |
$loader = require __DIR__.'/../vendor/autoload.php'; | |
AnnotationRegistry::registerLoader([$loader, 'loadClass']); | |
return $loader; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment