mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
large commit
This commit is contained in:
@@ -4,6 +4,7 @@ use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(App\Models\AddressBook::class, function (Faker $faker) {
|
||||
return [
|
||||
'type' => 1,
|
||||
'reference' => $faker->firstName.' '.$faker->lastName,
|
||||
'contact' => $faker->phoneNumber,
|
||||
'street_one' => $faker->streetAddress,
|
||||
|
||||
@@ -6,10 +6,5 @@ $factory->define(App\Models\Warehouse::class, function (Faker $faker) {
|
||||
return [
|
||||
'name' => $faker->company,
|
||||
'email' => $faker->companyEmail,
|
||||
'street_one' => $faker->streetAddress,
|
||||
'city' => $faker->city,
|
||||
'state' => $faker->city,
|
||||
'post_code' => $faker->postcode,
|
||||
'country' => $faker->country
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user