mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed compiler warning.
This commit is contained in:
@@ -1,16 +1,9 @@
|
|||||||
using Orchard.Autoroute.Models;
|
using Orchard.ContentManagement.MetaData;
|
||||||
using Orchard.ContentManagement;
|
|
||||||
using Orchard.Autoroute.Services;
|
|
||||||
using Orchard.Autoroute.Settings;
|
|
||||||
using Orchard.ContentManagement;
|
|
||||||
using Orchard.ContentManagement.MetaData;
|
|
||||||
using Orchard.ContentManagement.MetaData.Models;
|
|
||||||
using Orchard.Core.Contents.Extensions;
|
using Orchard.Core.Contents.Extensions;
|
||||||
using Orchard.Data.Migration;
|
using Orchard.Data.Migration;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace Orchard.Autoroute {
|
namespace Orchard.Autoroute
|
||||||
|
{
|
||||||
public class Migrations : DataMigrationImpl {
|
public class Migrations : DataMigrationImpl {
|
||||||
|
|
||||||
public int Create() {
|
public int Create() {
|
||||||
|
|||||||
Reference in New Issue
Block a user