Undo the BookStore code change (0.17 not released)

pull/1071/head
maliming 6 years ago
parent 1bbe0f796b
commit 3d06fa0a15

@ -1,5 +1,4 @@
using System;
using Volo.Abp.Reflection;
namespace Acme.BookStore.Permissions
{
@ -13,7 +12,7 @@ namespace Acme.BookStore.Permissions
public static string[] GetAll()
{
//Return an array of all permissions
return ReflectionHelper.GetPublicConstantsRecursively(typeof(BookStorePermissions));
return Array.Empty<string>();
}
}
}
Loading…
Cancel
Save