mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Fixing warning messages for MiniProfiler
--HG-- branch : 1.x
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Four2n.Orchard.MiniProfiler.Data.Providers
|
||||
{
|
||||
}
|
||||
|
||||
public static string ProviderName
|
||||
public new static string ProviderName
|
||||
{
|
||||
get { return global::Orchard.Data.Providers.SqlCeDataServicesProvider.ProviderName; }
|
||||
}
|
||||
|
@@ -23,7 +23,7 @@ namespace Four2n.Orchard.MiniProfiler.Data.Providers
|
||||
{
|
||||
}
|
||||
|
||||
public static string ProviderName
|
||||
public new static string ProviderName
|
||||
{
|
||||
get { return global::Orchard.Data.Providers.SqlServerDataServicesProvider.ProviderName; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user