documents

This commit is contained in:
Simon Pocrnjič
2025-10-12 12:24:17 +02:00
parent 3ab1c05fcc
commit e0303ece74
22 changed files with 898 additions and 88 deletions
@@ -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(),
];