diff --git a/src/TextToSpeechManager.php b/src/TextToSpeechManager.php index 3137efe..83c2d6d 100644 --- a/src/TextToSpeechManager.php +++ b/src/TextToSpeechManager.php @@ -38,8 +38,8 @@ public function createPollyDriver() $client = $this->setPollyClient($config, $credentials); return new PollyConverter( - $client - ); + $client + ); } /**