mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
Db: Add enumCommandTemplates
Needed by Sync
This commit is contained in:
parent
5048c63e64
commit
b2b2140dcf
@ -577,6 +577,11 @@ class Db extends DbConnection
|
||||
return $this->enumIcingaObjects('command');
|
||||
}
|
||||
|
||||
public function enumCommandTemplates()
|
||||
{
|
||||
return $this->enumIcingaTemplates('command');
|
||||
}
|
||||
|
||||
public function enumTimeperiods()
|
||||
{
|
||||
return $this->enumIcingaObjects('timeperiod');
|
||||
|
Loading…
x
Reference in New Issue
Block a user