Completed
Branch master (359682)
by Nassif
08:21
created
src/Translation/Writer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,12 +3,12 @@
 block discarded – undo
3 3
 namespace Nikaia\TranslationSheet\Translation;
4 4
 
5 5
 use Illuminate\Filesystem\Filesystem;
6
+use Illuminate\Foundation\Application;
6 7
 use Illuminate\Support\Arr;
7 8
 use Illuminate\Support\Collection;
8 9
 use Nikaia\TranslationSheet\Commands\Output;
9 10
 use Nikaia\TranslationSheet\Spreadsheet;
10 11
 use Nikaia\TranslationSheet\Util;
11
-use Illuminate\Foundation\Application;
12 12
 
13 13
 class Writer
14 14
 {
Please login to merge, or discard this patch.