Julien Fastré 2015-03-31 21:30:34 +02:00
parent df9fb881b1
commit 38d9832b72

View File

@ -1,9 +1,5 @@
<?php <?php
use Chill\MainBundle\Entity\User;
use Chill\PersonBundle\Entity\Person;
use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup;
/* /*
* *
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop> * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
@ -24,6 +20,10 @@ use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup;
namespace Chill\ReportBundle\Entity; namespace Chill\ReportBundle\Entity;
use Chill\MainBundle\Entity\User;
use Chill\PersonBundle\Entity\Person;
use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup;
/** /**
* Report * Report
*/ */
@ -218,4 +218,4 @@ class Report
{ {
return $this->cFGroup; return $this->cFGroup;
} }
} }