debug code

This commit is contained in:
2025-08-04 12:06:18 +03:30
parent 07d8202469
commit ab6d6f2cb0
15 changed files with 18 additions and 16 deletions

View File

@@ -48,8 +48,8 @@ class HarimFactory extends Factory
'plan_group' => $this->faker->name,
'plan_title' => $this->faker->title,
'address' => $this->faker->address,
'file' => $this->faker->file,
'polygon' => $this->faker->numerify(),
'file' => $this->faker->name,
'polygon' => json_encode($this->faker->numerify()),
];
}
}