Skip to content

Commit e093271

Browse files
committed
resolved #162
1 parent 52f4717 commit e093271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CatLib.Core/CatLib/Facade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private static TService Resolve(params object[] userParams)
8787

8888
if (!inited && (App.IsResolved(service) || App.CanMake(service)))
8989
{
90-
App.Watch<TService>(ServiceRebound);
90+
App.OnRebound(service, (o) => ServiceRebound((TService) o));
9191
inited = true;
9292
}
9393
else if (binder != null && !binder.IsStatic)

0 commit comments

Comments
 (0)