equal
deleted
inserted
replaced
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(); |