mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Typo
--HG-- branch : dev
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Orchard.Environment.ShellBuilders {
|
||||
builder.Register<SafeModeText>().As<IText>().ContainerScoped();
|
||||
builder.Register<SafeModeSiteService>().As<ISiteService>().ContainerScoped();
|
||||
|
||||
// yes, this is brutal, and if you are reading this, I sincerely appologize.
|
||||
// yes, this is brutal, and if you are reading this, I sincerely apologize.
|
||||
var dependencies = Assembly.Load("Orchard.Setup")
|
||||
.GetExportedTypes()
|
||||
.Where(type => type.IsClass && !type.IsAbstract && typeof(IDependency).IsAssignableFrom(type));
|
||||
|
Reference in New Issue
Block a user