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 +}