We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539db23 commit 405a4ccCopy full SHA for 405a4cc
src/CatLib.Core/Support/Container/Container.cs
@@ -908,7 +908,7 @@ public virtual void Flush()
908
/// </summary>
909
/// <param name="type">类型</param>
910
/// <returns>服务名</returns>
911
- public virtual string Type2Service(Type type)
+ public string Type2Service(Type type)
912
{
913
return type.ToString();
914
}
0 commit comments