mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace Chill\DocGeneratorBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class ChillDocGeneratorBundle extends Bundle
|
|
{
|
|
}
|