Skip to content

Commit d261fa8

Browse files
Move ModuleManager to correct class path
1 parent 759a38c commit d261fa8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Lib/Shared/Includes.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
#Include AppLib\Service\AuthService.ahk
111111
#Include AppLib\Service\EventManager.ahk
112112
#Include AppLib\Service\LoggerService.ahk
113-
#Include AppLib\Service\ModuleManager.ahk
114113
#Include AppLib\Service\NotificationService.ahk
115114
#Include AppLib\Service\ServiceBase.ahk
116115
#Include AppLib\Service\ComponentManager\AppComponentServiceBase.ahk
@@ -122,6 +121,7 @@
122121
#Include AppLib\Service\ContainerService\ConfigurableContainerServiceBase.ahk
123122
#Include AppLib\Service\ContainerService\ContainerServiceBase.ahk
124123
#Include AppLib\Service\ContainerService\GuiManager.ahk
124+
#Include AppLib\Service\ContainerService\ModuleManager.ahk
125125
#Include AppLib\Service\EntityManager\BackupManager.ahk
126126
#Include AppLib\Service\EntityManager\EntityManagerBase.ahk
127127
#Include AppLib\Service\Utility\Debugger.ahk

0 commit comments

Comments
 (0)