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…
Reference in New Issue