mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Switch to Symfony 3 structure
This commit is contained in:
parent
1d405d0e62
commit
73cd160bfc
21 changed files with 65 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue