chill-bundles/src/Bundle/ChillReportBundle/ChillReportBundle.php
2021-03-18 13:37:13 +01:00

10 lines
130 B
PHP

<?php
namespace Chill\ReportBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ChillReportBundle extends Bundle
{
}