Adjusted member comment

This commit is contained in:
Dennis Eichhorn 2017-04-04 20:30:30 +02:00
parent e1a16a26c2
commit 75d0f7c2b7

View File

@ -71,6 +71,12 @@ class ModuleManager
*/
private $active = null;
/**
* Module path.
*
* @var string
* @since 1.0.0
*/
private $modulePath = __DIR__ . '/../../Modules';
/**