mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#20820 : Orchard.Packages: PackagingCommands class lives in the wrong feature
Work Item: 20820
This commit is contained in:
@@ -3,10 +3,12 @@ using System.IO;
|
||||
using System.Web;
|
||||
using System.Web.Hosting;
|
||||
using Orchard.Commands;
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Packaging.Services;
|
||||
using Orchard.UI.Notify;
|
||||
|
||||
namespace Orchard.Packaging.Commands {
|
||||
[OrchardFeature("PackagingServices")]
|
||||
public class PackagingCommands : DefaultOrchardCommandHandler {
|
||||
private static readonly string ApplicationPath = HostingEnvironment.MapPath("~/");
|
||||
|
||||
|
Reference in New Issue
Block a user