app/autoload.php
changeset 71 b01e36991488
parent 58 624e5900f5a4
equal deleted inserted replaced
70:2445218823b1 71:b01e36991488
     1 <?php
     1 <?php
       
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
       
    10 
     2 
    11 
     3 use Symfony\Component\ClassLoader\UniversalClassLoader;
    12 use Symfony\Component\ClassLoader\UniversalClassLoader;
     4 use Doctrine\Common\Annotations\AnnotationRegistry;
    13 use Doctrine\Common\Annotations\AnnotationRegistry;
     5 
    14 
     6 $loader = new UniversalClassLoader();
    15 $loader = new UniversalClassLoader();