mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 16:29:55 +01:00
Fixed notice error if no entities
This commit is contained in:
parent
47d7aa2894
commit
99fbd520ff
@ -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