From 074ea0ac3865871777281ca8abfcc86c32ec6956 Mon Sep 17 00:00:00 2001 From: Miloslav Nenadal Date: Tue, 29 Jan 2013 12:31:25 +0100 Subject: [PATCH] Added missing usings --- src/Faker/ORM/Doctrine/EntityPopulator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Faker/ORM/Doctrine/EntityPopulator.php b/src/Faker/ORM/Doctrine/EntityPopulator.php index 5422f814..fc256dae 100644 --- a/src/Faker/ORM/Doctrine/EntityPopulator.php +++ b/src/Faker/ORM/Doctrine/EntityPopulator.php @@ -2,7 +2,8 @@ namespace Faker\ORM\Doctrine; -use Doctrine\Common\Persistence\Mapping\ClassMetadata; +use Doctrine\ORM\Mapping\ClassMetadata; +use Faker\ORM\Doctrine\ColumnTypeGuesser; /** * Service class for populating a table through a Propel ActiveRecord class.