Update WidgetPolicyChecker.cs

pull/1584/head
Yunus Emre Kalkan 6 years ago
parent c8875c5ea0
commit ce6993fd43

@ -40,7 +40,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Widgets
return await CheckAsyncInternal(widget, name);
}
public async Task<bool> CheckAsyncInternal(WidgetDefinition widget, string wantedWidgetName)
private async Task<bool> CheckAsyncInternal(WidgetDefinition widget, string wantedWidgetName)
{
if (widget == null)
{

Loading…
Cancel
Save