Lock file maintenance
This commit is contained in:
parent
ff31bf599f
commit
3a53c3adc9
326 changed files with 30009 additions and 16 deletions
7
vendor/endroid/qrcode/tests/Bundle/app/bootstrap.php
vendored
Normal file
7
vendor/endroid/qrcode/tests/Bundle/app/bootstrap.php
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Doctrine\Common\Annotations\AnnotationRegistry;
|
||||
|
||||
$loader = require __DIR__.'/../../../vendor/autoload.php';
|
||||
|
||||
AnnotationRegistry::registerLoader([$loader, 'loadClass']);
|
||||
Loading…
Add table
Add a link
Reference in a new issue