fix trait declaration in new PreparePersonTrait

This commit is contained in:
Julien Fastré 2015-07-03 21:31:14 +02:00
parent 1a875793c9
commit eb91b8af48

View File

@ -20,13 +20,14 @@
namespace Chill\PersonBundle\Test;
use Chill\PersonBundle\Entity\Person;
use Chill\MainBundle\Entity\Center;
/**
*
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
*/
class PreparePersonTrait
trait PreparePersonTrait
{
/**