Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d72beaf8d | |||
| 43f34015c6 |
@@ -58,7 +58,11 @@ class SeedCommand extends Command
|
|||||||
$this->seedMerchandiseTypes();
|
$this->seedMerchandiseTypes();
|
||||||
$this->seedPelletTypes();
|
$this->seedPelletTypes();
|
||||||
$this->seedBuildings();
|
$this->seedBuildings();
|
||||||
|
$this->entityManager->flush();
|
||||||
|
|
||||||
$this->seedBuildingInfrastructure();
|
$this->seedBuildingInfrastructure();
|
||||||
|
$this->entityManager->flush();
|
||||||
|
|
||||||
$this->seedBovines($io);
|
$this->seedBovines($io);
|
||||||
$this->seedReceptionTypes();
|
$this->seedReceptionTypes();
|
||||||
$this->seedBovineTypes();
|
$this->seedBovineTypes();
|
||||||
|
|||||||
Reference in New Issue
Block a user