trinity-cms/src/AppBundle/AppBundle.php

10 lines
113 B
PHP
Raw Normal View History

2015-03-03 18:46:48 +01:00
<?php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}