AppliedServiceSetLoader: change method visibility

...for fetchAppliedServiceSets()
This commit is contained in:
Thomas Gelf 2022-09-19 07:41:44 +02:00
parent 410913e512
commit e3e92cdb3a

View File

@ -28,7 +28,7 @@ class AppliedServiceSetLoader
/**
* @return IcingaServiceSet[]
*/
public function fetchAppliedServiceSets()
protected function fetchAppliedServiceSets()
{
$sets = array();
$matcher = HostApplyMatches::prepare($this->host);