Đóng gói cuối tuần

This commit is contained in:
2026-04-18 04:46:01 +00:00
parent 761b34916b
commit 3cef1c40df
37 changed files with 1266 additions and 301 deletions

View File

@@ -12,9 +12,8 @@ class ProjectFactory extends Factory
public function definition(): array
{
return [
'name' => 'Khu đô thị HQLand ' . $this->faker->unique()->city(),
'type' => $this->faker->randomElement(['Khu đô thị', 'Chung cư', 'Đất nền phân lô']),
'address' => $this->faker->address(),
'code' => $this->faker->unique()->regexify('[A-Z]{3}[0-9]{2}'),
'name' => 'Khu đô thị ' . $this->faker->city(),
];
}
}