From 2eea79711eebea89842f10cea0452d6938eab7f5 Mon Sep 17 00:00:00 2001 From: prtsie Date: Mon, 26 Aug 2024 11:42:16 +0300 Subject: [PATCH] renamed class --- ...ollectionsExtensions.cs => ServiceCollectionExtensions.cs} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename SchengenVisaApi/Infrastructure/Auth/{ServiceCollectionsExtensions.cs => ServiceCollectionExtensions.cs} (94%) diff --git a/SchengenVisaApi/Infrastructure/Auth/ServiceCollectionsExtensions.cs b/SchengenVisaApi/Infrastructure/Auth/ServiceCollectionExtensions.cs similarity index 94% rename from SchengenVisaApi/Infrastructure/Auth/ServiceCollectionsExtensions.cs rename to SchengenVisaApi/Infrastructure/Auth/ServiceCollectionExtensions.cs index a823b86..f6402b0 100644 --- a/SchengenVisaApi/Infrastructure/Auth/ServiceCollectionsExtensions.cs +++ b/SchengenVisaApi/Infrastructure/Auth/ServiceCollectionExtensions.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.DependencyInjection; namespace Infrastructure.Auth; -public static class ServiceCollectionsExtensions +public static class ServiceCollectionExtensions { public static IServiceCollection AddTokenGenerator(this IServiceCollection services, TokenGeneratorOptions options) { @@ -20,4 +20,4 @@ public static class ServiceCollectionsExtensions return services; } -} \ No newline at end of file +}