Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AppBundle/DataFixtures/ORM/LoadRestaurantData.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function load(ObjectManager $manager)
"name" => "l'épisens",
"description" => "Situé au cœur de la presqu'île de Lyon, l'Episens vous accueille avec une cuisine moderne et raffinée qui éveillera vos sens !",
"openingDate" => new \DateTime("2017-01-06"),
"address" => "6 rue Palais Grillet",
"address" => "8 rue Palais Grillet",
"status" => "validated",
"webUrl" => "www.wildcodeschool.fr",
"tripAdvisorUrl" => "none",
Expand Down
4 changes: 2 additions & 2 deletions src/UserBundle/DataFixtures/ORM/LoadUserData.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function load(ObjectManager $manager)
"passwordRequestedAt" => new \DateTime(),
"roles" => array("ROLE_USER"),
"civility" => 'm',
"firstName" => "jean-michel",
"firstName" => "wafa",
"lastName" => "dupont",
"slug" => "1-jean-michel-dupont",
"birthDate" => new \DateTime("1990-06-30"),
Expand All @@ -61,7 +61,7 @@ public function load(ObjectManager $manager)
"passwordRequestedAt" => new \DateTime(),
"roles" => array("ROLE_USER"),
"civility" => 'm',
"firstName" => "john",
"firstName" => "nicolas",
"lastName" => "mitchell",
"slug" => "2-john-mitchell",
"birthDate" => new \DateTime("1990-06-30"),
Expand Down