*/ class LogListFactory extends Factory { /** * Define the model's default state. * * @return array */ public function definition(): array { return [ 'description' => $this->faker->name, 'log_unique_code' => 1134 ]; } }