create(); User::factory()->create([ 'nombre_apellido' => 'Test User', 'email' => 'test@example.com', ]); $this->call([ TenantSeeder::class, AttributeSeeder::class, CategorySeeder::class, BrandSeeder::class, ProductCatalogFromImagesSeeder::class, TelepagosIntegrationSeeder::class, ]); } }