add 3 item for factory
This commit is contained in:
@@ -50,6 +50,9 @@ class HarimFactory extends Factory
|
|||||||
'address' => $this->faker->address,
|
'address' => $this->faker->address,
|
||||||
'file' => $this->faker->name,
|
'file' => $this->faker->name,
|
||||||
'polygon' => json_encode($this->faker->numerify()),
|
'polygon' => json_encode($this->faker->numerify()),
|
||||||
|
'need_road_access' => $this->faker->boolean(),
|
||||||
|
'is_file_good' => $this->faker->boolean(),
|
||||||
|
'is_possible' => $this->faker->boolean(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user