function () { return \App\Models\Asset::factory()->create()->id; }, 'supplier_id' => function () { return \App\Models\Supplier::factory()->create()->id; }, 'asset_maintenance_type' => $this->faker->randomElement(['maintenance', 'repair', 'upgrade']), 'title' => $this->faker->sentence, 'start_date' => $this->faker->date(), 'is_warranty' => $this->faker->boolean(), 'notes' => $this->faker->paragraph(), ]; } }