mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
AppliedServiceSetLoader: change method visibility
...for fetchAppliedServiceSets()
This commit is contained in:
parent
410913e512
commit
e3e92cdb3a
@ -28,7 +28,7 @@ class AppliedServiceSetLoader
|
|||||||
/**
|
/**
|
||||||
* @return IcingaServiceSet[]
|
* @return IcingaServiceSet[]
|
||||||
*/
|
*/
|
||||||
public function fetchAppliedServiceSets()
|
protected function fetchAppliedServiceSets()
|
||||||
{
|
{
|
||||||
$sets = array();
|
$sets = array();
|
||||||
$matcher = HostApplyMatches::prepare($this->host);
|
$matcher = HostApplyMatches::prepare($this->host);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user