mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Fix query class names not matching the file name
This commit is contained in:
parent
7abc5778ea
commit
9ea3f73e83
@ -9,7 +9,7 @@ use Icinga\Data\Filter\Filter;
|
||||
/**
|
||||
* Query for event history records
|
||||
*/
|
||||
class EventHistoryQuery extends IdoQuery
|
||||
class EventhistoryQuery extends IdoQuery
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
@ -8,7 +8,7 @@ use Zend_Db_Select;
|
||||
/**
|
||||
* Query for host and service group summaries
|
||||
*/
|
||||
class GroupSummaryQuery extends IdoQuery
|
||||
class GroupsummaryQuery extends IdoQuery
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
@ -10,7 +10,7 @@ use Icinga\Data\Filter\Filter;
|
||||
/**
|
||||
* Query for host and service status summary
|
||||
*/
|
||||
class StatusSummaryQuery extends IdoQuery
|
||||
class StatussummaryQuery extends IdoQuery
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Loading…
x
Reference in New Issue
Block a user