defis48/src/AppBundle/AppBundle.php

10 lines
113 B
PHP
Raw Normal View History

2016-01-12 19:41:19 +01:00
<?php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}