Completed
Push — master ( 3291a6...0b0f34 )
by Nassif
07:30
created
src/TranslationSheetServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace Nikaia\TranslationSheet;
4 4
 
5 5
 use Illuminate\Support\ServiceProvider;
6
-use Nikaia\TranslationSheet\Util;
7 6
 use Nikaia\TranslationSheet\Client\Client;
8 7
 use Nikaia\TranslationSheet\Commands\Lock;
9 8
 use Nikaia\TranslationSheet\Commands\Open;
@@ -13,6 +12,7 @@  discard block
 block discarded – undo
13 12
 use Nikaia\TranslationSheet\Commands\Setup;
14 13
 use Nikaia\TranslationSheet\Commands\Status;
15 14
 use Nikaia\TranslationSheet\Commands\Unlock;
15
+use Nikaia\TranslationSheet\Util;
16 16
 
17 17
 class TranslationSheetServiceProvider extends ServiceProvider
18 18
 {
Please login to merge, or discard this patch.