mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 11:17:28 +08:00
Cleanup & Refactoring
--HG-- branch : dev
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Orchard.Themes {
|
||||
public virtual Feature Feature { get; set; }
|
||||
|
||||
public IEnumerable<Permission> GetPermissions() {
|
||||
return new Permission[] {
|
||||
return new[] {
|
||||
ManageThemes,
|
||||
ApplyTheme,
|
||||
};
|
||||
|
Reference in New Issue
Block a user