mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaUser: fix syntax error
This commit is contained in:
parent
067c82c074
commit
c9c3f3e2e5
@ -26,6 +26,6 @@ class IcingaUser extends IcingaObject
|
||||
protected $supportsImports = true;
|
||||
|
||||
protected $booleans = array(
|
||||
'enable_notifications'x => 'enable_notifications'
|
||||
'enable_notifications' => 'enable_notifications'
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user