create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); Product::factory(50)->create(); } }