Completed
Push — master ( 6a01eb...ed3330 )
by Ben
02:27
created
src/Services/CacheTranslationsCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Console\Command;
7
-use Symfony\Component\Console\Helper\Table;
8
-use Symfony\Component\Console\Helper\TableSeparator;
9 7
 
10 8
 class CacheTranslationsCommand extends Command
11 9
 {
Please login to merge, or discard this patch.
src/SquantoServiceProvider.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 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;
10 9
 use Thinktomorrow\Squanto\Services\CacheTranslationsCommand;
10
+use Thinktomorrow\Squanto\Services\CachedTranslationFile;
11 11
 use Thinktomorrow\Squanto\Services\LaravelTranslationsReader;
12 12
 use Thinktomorrow\Squanto\Translators\SquantoTranslator;
13 13
 
Please login to merge, or discard this patch.
src/Domain/Line.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Thinktomorrow\Squanto\Domain;
4 4
 
5
-use Illuminate\Database\Eloquent\Model;
6 5
 use Astrotomic\Translatable\Translatable as BaseTranslatable;
6
+use Illuminate\Database\Eloquent\Model;
7 7
 use Illuminate\Support\Collection;
8 8
 use Illuminate\Support\Facades\DB;
9 9
 
Please login to merge, or discard this patch.