Skip to content

Commit 0111212

Browse files
Changed name getter for useSupervisor
1 parent d6cef5b commit 0111212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlatformConfiguration/RedisConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getMemory(): int
122122
/**
123123
* @return bool
124124
*/
125-
public function getUseSupervisor(): bool
125+
public function useSupervisor(): bool
126126
{
127127
return $this->useSupervisor;
128128
}

0 commit comments

Comments
 (0)