mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
Merge pull request #11 from willdurand/fix-notice-error
Fixed notice error if no entities
This commit is contained in:
commit
4319b37d54
@ -11,8 +11,8 @@ require_once __DIR__ . '/EntityPopulator.php';
|
||||
class Populator
|
||||
{
|
||||
protected $generator;
|
||||
protected $entities;
|
||||
protected $quantities;
|
||||
protected $entities = array();
|
||||
protected $quantities = array();
|
||||
|
||||
public function __construct(\Faker\Generator $generator)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user