initial commit

This commit is contained in:
2016-03-18 10:28:26 +01:00
commit c43e7daefe
9 changed files with 182 additions and 0 deletions

9
ChillEventBundle.php Normal file
View File

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