mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Don't rely on defined path
This commit is contained in:
parent
13e082fb12
commit
9811a2928b
|
|
@ -43,7 +43,7 @@ class ModuleManager
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
const MODULE_PATH = ROOT_PATH . DIRECTORY_SEPARATOR . 'Modules';
|
||||
const MODULE_PATH = __DIR__ . '/../../Modules';
|
||||
|
||||
/**
|
||||
* All modules that are running on this uri.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user