1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 00:09:59 +01:00

Added missing usings

This commit is contained in:
Miloslav Nenadal 2013-01-29 12:31:25 +01:00
parent 82f2555145
commit 074ea0ac38

View File

@ -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.