Adding missing OrchardFeature attribute.

This commit is contained in:
Sipke Schoorstra
2014-11-22 16:12:32 -08:00
parent 088e04b49d
commit a3da7de0be

View File

@@ -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> {
}
}