parent
aa567f8cd7
commit
5dcc307e87
|
@ -24,6 +24,13 @@ use Icinga\Exception\NotReadableError;
|
|||
*/
|
||||
class Manager
|
||||
{
|
||||
/**
|
||||
* Namespace for module permissions
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const MODULE_PERMISSION_NS = 'module/';
|
||||
|
||||
/**
|
||||
* Array of all installed module's base directories
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue