Skip to content

Commit

Permalink
Merge pull request #7 from PasinduPrabhashitha/shared-improvements
Browse files Browse the repository at this point in the history
refac ♻️: rename connection method
  • Loading branch information
pasindu-pr authored Apr 5, 2023
2 parents 96200a2 + 58cf065 commit 8b6bdcb
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 8b6bdcb

Please sign in to comment.