@@ -95,7 +95,7 @@ |
||
| 95 | 95 | $connection = $client->getConnection(); |
| 96 | 96 | |
| 97 | 97 | foreach ($sentinelConnectionOptions as $option => $value) { |
| 98 | - $connection->{'set' . Str::studly($option)}($value); |
|
| 98 | + $connection->{'set'.Str::studly($option)}($value); |
|
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | return $client; |