mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
PurgeStrategy: declare acstract method visibilty
This commit is contained in:
parent
97e52b231d
commit
15d61ca1de
@ -18,7 +18,7 @@ abstract class PurgeStrategy
|
||||
return $this->rule;
|
||||
}
|
||||
|
||||
abstract function listObjectsToPurge();
|
||||
abstract public function listObjectsToPurge();
|
||||
|
||||
/**
|
||||
* @return PurgeStrategy
|
||||
|
Loading…
x
Reference in New Issue
Block a user