move to namespace Chill\PersonBundle

This commit is contained in:
Julien Fastré 2014-11-07 11:07:59 +01:00
parent 57f1ca9c15
commit a8fb6b4a44

9
ChillPersonBundle.php Normal file
View File

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