Completed
Pull Request — master (#207)
by
unknown
12:42
created
src/Commands/ClearLogsCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LogViewer\Commands;
2 2
 
3
-use File;
4 3
 use Arcanedev\LogViewer\Contracts\LogViewer;
4
+use File;
5 5
 
6 6
 /**
7 7
  * Class     ClearLogsCommand
Please login to merge, or discard this patch.