1 <?php
2
3 namespace IRI\Bundle\WikiTagBundle;
4
5 use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7 class WikiTagBundle extends Bundle
8 {
9 }