From eb91b8af484f214eaecd0acaacf3aadb68211575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 Jul 2015 21:31:14 +0200 Subject: [PATCH] fix trait declaration in new PreparePersonTrait --- Test/PreparePersonTrait.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test/PreparePersonTrait.php b/Test/PreparePersonTrait.php index c624b9e77..317d9aff9 100644 --- a/Test/PreparePersonTrait.php +++ b/Test/PreparePersonTrait.php @@ -20,13 +20,14 @@ namespace Chill\PersonBundle\Test; use Chill\PersonBundle\Entity\Person; +use Chill\MainBundle\Entity\Center; /** * * * @author Julien Fastré */ -class PreparePersonTrait +trait PreparePersonTrait { /**