105040 调整可见性

This commit is contained in:
lihanbo 2024-10-19 08:32:33 +08:00
parent d6e19c291b
commit 4e17fa54c1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace LFlow.Base;
/// </summary>
public class App
{
public static IServiceCollection? services;
internal static IServiceCollection? services;
private static IServiceProvider? ServiceProvider => services?.BuildServiceProvider();
public static T? GetService<T>()
{