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

Doctrine not Propel #doc fix

This commit is contained in:
rogamoore 2013-08-31 16:01:37 +02:00
parent 77a4e394d9
commit 83514f5b5c

View File

@ -6,7 +6,7 @@ use Doctrine\ORM\Mapping\ClassMetadata;
use Faker\ORM\Doctrine\ColumnTypeGuesser;
/**
* Service class for populating a table through a Propel ActiveRecord class.
* Service class for populating a table through a Doctrine Entity class.
*/
class EntityPopulator
{