diff --git a/Entity/Report.php b/Entity/Report.php index 117956cd1..04a47a150 100644 --- a/Entity/Report.php +++ b/Entity/Report.php @@ -1,9 +1,5 @@ @@ -24,6 +20,10 @@ use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; namespace Chill\ReportBundle\Entity; +use Chill\MainBundle\Entity\User; +use Chill\PersonBundle\Entity\Person; +use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; + /** * Report */ @@ -218,4 +218,4 @@ class Report { return $this->cFGroup; } -} \ No newline at end of file +}