Skip to content

Commit 405a4cc

Browse files
committed
resolved #96
1 parent 539db23 commit 405a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CatLib.Core/Support/Container/Container.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ public virtual void Flush()
908908
/// </summary>
909909
/// <param name="type">类型</param>
910910
/// <returns>服务名</returns>
911-
public virtual string Type2Service(Type type)
911+
public string Type2Service(Type type)
912912
{
913913
return type.ToString();
914914
}

0 commit comments

Comments
 (0)