@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Aws\Credentials\Credentials; |
6 | 6 | use Aws\Polly\PollyClient; |
7 | -use Illuminate\Support\Arr; |
|
8 | 7 | use Cion\TextToSpeech\Contracts\Converter; |
9 | 8 | use Cion\TextToSpeech\Traits\Sourceable; |
10 | 9 | use Cion\TextToSpeech\Traits\Storable; |
10 | +use Illuminate\Support\Arr; |
|
11 | 11 | |
12 | 12 | class PollyConverter implements Converter |
13 | 13 | { |