mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +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[]
|
||||
*/
|
||||
public function fetchAppliedServiceSets()
|
||||
protected function fetchAppliedServiceSets()
|
||||
{
|
||||
$sets = array();
|
||||
$matcher = HostApplyMatches::prepare($this->host);
|
||||
|
Loading…
x
Reference in New Issue
Block a user