1
0
mirror of synced 2024-11-22 13:06:04 +03:00
atol-online-client/bootstrap.php

14 lines
251 B
PHP
Raw Permalink Normal View History

2018-06-22 09:21:30 +03:00
<?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;