Completed
Push — master ( 907d49...2bf803 )
by Rigel Kent
04:29
created
src/Converters/PollyConverter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.