Bundle generation

This commit is contained in:
Marc Ducobu
2014-11-07 11:46:05 +01:00
commit 93abd192a8
10 changed files with 769 additions and 0 deletions

9
ChillReportBundle.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace Chill\ReportBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ChillReportBundle extends Bundle
{
}