feat : ajout de supplier dans la feed et fixtures
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
This commit is contained in:
@@ -311,6 +311,36 @@ class ReferenceFixtures extends Fixture
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'EARL DE LA MENAUDIERE',
|
||||
'email' => 'frederic.doussineau@orange.fr',
|
||||
'phone' => '0675446004',
|
||||
'addresses' => [
|
||||
[
|
||||
'label' => 'EARL DE LA MENAUDIERE',
|
||||
'street' => '1 la menaudière',
|
||||
'street2' => null,
|
||||
'postalCode' => '86450',
|
||||
'city' => 'LEIGNE LES BOIS ',
|
||||
'countryCode' => 'FR',
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'SARL ERBS',
|
||||
'email' => 'touillet.jacques@yahoo.fr',
|
||||
'phone' => '0675030304',
|
||||
'addresses' => [
|
||||
[
|
||||
'label' => 'SARL ERBS',
|
||||
'street' => 'les rodières ',
|
||||
'street2' => null,
|
||||
'postalCode' => '86230',
|
||||
'city' => 'Sérigny',
|
||||
'countryCode' => 'FR',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($suppliers as $supplierData) {
|
||||
|
||||
Reference in New Issue
Block a user