Skip to content

Commit

Permalink
refac ♻️: rename connection method
Browse files Browse the repository at this point in the history
  • Loading branch information
pasindu-pr committed Apr 5, 2023
1 parent 90e0592 commit 58cf065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Florage.Shared.Configurations
{
public static class PersistanceConfigurations
{
public static IServiceCollection PersistanceServicesRegistration(this IServiceCollection services)
public static IServiceCollection AddMongoDb(this IServiceCollection services)
{
services.AddSingleton(serviceProvider =>
{
Expand Down

0 comments on commit 58cf065

Please sign in to comment.