-
Notifications
You must be signed in to change notification settings - Fork 0
Patch/add files #11
base: master
Are you sure you want to change the base?
Patch/add files #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Korbit AI Mentor has reviewed your code. To discuss an issue, reply using the tag @development-korbit-ai-mentor.
Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Korbit AI Mentor has reviewed your code. To discuss an issue, reply using the tag @rd-korbit-ai-mentor.
Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
@@ -23,7 +23,7 @@ | |||
'firstname' => $faker->name(), | |||
'address' => $faker->streetAddress(), | |||
'postal_code' => $faker->postcode(), | |||
'city' => $faker->city(), | |||
'city' => $faker -> city(), | |||
'country' => $faker->state(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -23,7 +23,7 @@ | |||
'firstname' => $faker->name(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -23,7 +23,7 @@ | |||
'firstname' => $faker->name(), | |||
'address' => $faker->streetAddress(), | |||
'postal_code' => $faker->postcode(), | |||
'city' => $faker->city(), | |||
'city' => $faker -> city(), | |||
'country' => $faker->state(), | |||
'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm', // secret | |||
'remember_token' => str_random(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -23,7 +23,7 @@ | |||
'firstname' => $faker->name(), | |||
'address' => $faker->streetAddress(), | |||
'postal_code' => $faker->postcode(), | |||
'city' => $faker->city(), | |||
'city' => $faker -> city(), | |||
'country' => $faker->state(), | |||
'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm', // secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.