8 lines
180 B
PHP
Raw Normal View History

2024-01-03 10:01:25 +08:00
<?php
use Doctrine\Common\Annotations\AnnotationRegistry;
$loader = require __DIR__.'/../../../vendor/autoload.php';
AnnotationRegistry::registerLoader([$loader, 'loadClass']);