Đóng gói cuối tuần
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user