1
0
mirror of synced 2024-11-21 20:46:03 +03:00
atol-online-client/bootstrap.php
2018-06-22 09:21:30 +03:00

14 lines
251 B
PHP

<?php
use Composer\Autoload\ClassLoader;
use Doctrine\Common\Annotations\AnnotationRegistry;
/**
* @var ClassLoader $loader
*/
$loader = require __DIR__.'/vendor/autoload.php';
AnnotationRegistry::registerLoader('class_exists');
return $loader;