forked from wallabag/wallabag
Switch to Symfony 3 structure
This commit is contained in:
@ -8,6 +8,6 @@ use Composer\Autoload\ClassLoader;
|
||||
*/
|
||||
$loader = require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
|
||||
AnnotationRegistry::registerLoader([$loader, 'loadClass']);
|
||||
|
||||
return $loader;
|
||||
|
||||
Reference in New Issue
Block a user