documents
This commit is contained in:
@@ -21,6 +21,8 @@ public function definition(): array
|
||||
return [
|
||||
'address' => $this->faker->streetAddress(),
|
||||
'country' => 'SI',
|
||||
'post_code' => $this->faker->postcode(),
|
||||
'city' => $this->faker->city(),
|
||||
'type_id' => AddressType::factory(),
|
||||
'user_id' => User::factory(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user