Completed
Push — master ( 446e6e...f3d591 )
by Ben
08:37
created
src/SquantoServiceProvider.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Thinktomorrow\Squanto;
4 4
 
5
-use League\Flysystem\Filesystem;
6
-use Thinktomorrow\Squanto\Services\CachedTranslationFile;
7
-use Thinktomorrow\Squanto\Import\ImportTranslationsCommand;
8 5
 use Illuminate\Translation\TranslationServiceProvider as BaseServiceProvider;
9 6
 use League\Flysystem\Adapter\Local;
7
+use League\Flysystem\Filesystem;
8
+use Thinktomorrow\Squanto\Import\ImportTranslationsCommand;
9
+use Thinktomorrow\Squanto\Services\CachedTranslationFile;
10 10
 use Thinktomorrow\Squanto\Services\LaravelTranslationsReader;
11 11
 use Thinktomorrow\Squanto\Translators\SquantoTranslator;
12 12
 
Please login to merge, or discard this patch.