mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Make the devtools controller Admin
--HG-- branch : dev
This commit is contained in:
@@ -4,9 +4,11 @@ using Orchard.Localization;
|
||||
using Orchard.Mvc.ViewModels;
|
||||
using Orchard.Themes;
|
||||
using Orchard.UI.Notify;
|
||||
using Orchard.UI.Admin;
|
||||
|
||||
namespace Orchard.DevTools.Controllers {
|
||||
[Themed]
|
||||
[Admin]
|
||||
public class HomeController : Controller {
|
||||
private readonly INotifier _notifier;
|
||||
|
||||
|
Reference in New Issue
Block a user