init Calendar bundle

This commit is contained in:
nobohan
2021-07-14 11:45:13 +02:00
parent d652771af0
commit 3e7a9522b6
6 changed files with 719 additions and 1 deletions

View File

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