mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding missing OrchardFeature attribute.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Orchard.Layouts.Elements;
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Layouts.Elements;
|
||||
using Orchard.Layouts.Framework.Drivers;
|
||||
|
||||
namespace Orchard.Layouts.Drivers {
|
||||
[OrchardFeature("Orchard.Layouts.Snippets")]
|
||||
public class SnippetDriver : ElementDriver<Snippet> {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user