shuri/vendor/endroid/qrcode/tests/Bundle/app/bootstrap.php

8 lines
180 B
PHP
Raw Normal View History

2025-08-23 15:08:37 +00:00
<?php
use Doctrine\Common\Annotations\AnnotationRegistry;
$loader = require __DIR__.'/../../../vendor/autoload.php';
AnnotationRegistry::registerLoader([$loader, 'loadClass']);