Skip to content

Commit 962a420

Browse files
author
喻斌
committed
add $ to disabled service name #61
1 parent 08db06c commit 962a420

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
@@ -125,7 +125,7 @@ public class Container : IContainer
125125
/// <summary>
126126
/// 服务禁用字符
127127
/// </summary>
128-
private static readonly char[] ServiceBanChars = { '@', ':' };
128+
private static readonly char[] ServiceBanChars = { '@', ':' ,'$'};
129129

130130
/// <summary>
131131
/// 构造一个容器

0 commit comments

Comments
 (0)