Skip to content

Commit bcb2116

Browse files
committed
MAGETWO-98151: Add support ZooKeeper locks
1 parent ec62bf7 commit bcb2116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Lock/Backend/Zookeeper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private function getFullPathToLock(string $name): string
171171
* @return \Zookeeper
172172
* @throws RuntimeException
173173
*/
174-
public function getProvider(): \Zookeeper
174+
private function getProvider(): \Zookeeper
175175
{
176176
if (!$this->zookeeper) {
177177
$this->zookeeper = new \Zookeeper($this->host);

0 commit comments

Comments
 (0)