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…
Reference in New Issue